const github.com/gotd/td/tg.ChatlistsExportChatlistInviteRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_chatlists_export_chatlist_invite_gen.go#L56: const ChatlistsExportChatlistInviteRequestTypeID = 0x8472478e
tl_chatlists_export_chatlist_invite_gen.go#L107: return ChatlistsExportChatlistInviteRequestTypeID
tl_chatlists_export_chatlist_invite_gen.go#L119: ID: ChatlistsExportChatlistInviteRequestTypeID,
tl_chatlists_export_chatlist_invite_gen.go#L147: b.PutID(ChatlistsExportChatlistInviteRequestTypeID)
tl_chatlists_export_chatlist_invite_gen.go#L177: if err := b.ConsumeID(ChatlistsExportChatlistInviteRequestTypeID); err != nil {
tl_registry_gen.go#L1763: ChatlistsExportChatlistInviteRequestTypeID: "chatlists.exportChatlistInvite#8472478e",
tl_registry_gen.go#L3545: "chatlists.exportChatlistInvite": ChatlistsExportChatlistInviteRequestTypeID,
tl_registry_gen.go#L5327: ChatlistsExportChatlistInviteRequestTypeID: func() bin.Object { return &ChatlistsExportChatlistInviteRequest{} },
tl_server_gen.go#L9418: s.handlers[ChatlistsExportChatlistInviteRequestTypeID] = 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. |