const github.com/gotd/td/tg.MessagesSetChatWallPaperRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_messages_set_chat_wall_paper_gen.go#L90: const MessagesSetChatWallPaperRequestTypeID = 0x8ffacae1
tl_messages_set_chat_wall_paper_gen.go#L168: return MessagesSetChatWallPaperRequestTypeID
tl_messages_set_chat_wall_paper_gen.go#L180: ID: MessagesSetChatWallPaperRequestTypeID,
tl_messages_set_chat_wall_paper_gen.go#L244: b.PutID(MessagesSetChatWallPaperRequestTypeID)
tl_messages_set_chat_wall_paper_gen.go#L287: if err := b.ConsumeID(MessagesSetChatWallPaperRequestTypeID); err != nil {
tl_registry_gen.go#L1575: MessagesSetChatWallPaperRequestTypeID: "messages.setChatWallPaper#8ffacae1",
tl_registry_gen.go#L3357: "messages.setChatWallPaper": MessagesSetChatWallPaperRequestTypeID,
tl_registry_gen.go#L5139: MessagesSetChatWallPaperRequestTypeID: func() bin.Object { return &MessagesSetChatWallPaperRequest{} },
tl_server_gen.go#L6062: s.handlers[MessagesSetChatWallPaperRequestTypeID] = handler
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |