const github.com/gotd/td/tg.MessagesEditChatAboutRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_messages_edit_chat_about_gen.go#L52: const MessagesEditChatAboutRequestTypeID = 0xdef60797
tl_messages_edit_chat_about_gen.go#L98: return MessagesEditChatAboutRequestTypeID
tl_messages_edit_chat_about_gen.go#L110: ID: MessagesEditChatAboutRequestTypeID,
tl_messages_edit_chat_about_gen.go#L134: b.PutID(MessagesEditChatAboutRequestTypeID)
tl_messages_edit_chat_about_gen.go#L158: if err := b.ConsumeID(MessagesEditChatAboutRequestTypeID); err != nil {
tl_registry_gen.go#L1489: MessagesEditChatAboutRequestTypeID: "messages.editChatAbout#def60797",
tl_registry_gen.go#L3271: "messages.editChatAbout": MessagesEditChatAboutRequestTypeID,
tl_registry_gen.go#L5053: MessagesEditChatAboutRequestTypeID: func() bin.Object { return &MessagesEditChatAboutRequest{} },
tl_server_gen.go#L4528: s.handlers[MessagesEditChatAboutRequestTypeID] = 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. |