const github.com/gotd/td/tg.MessagesExportChatInviteRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_messages_export_chat_invite_gen.go#L68: const MessagesExportChatInviteRequestTypeID = 0xa02ce5d5
tl_messages_export_chat_invite_gen.go#L146: return MessagesExportChatInviteRequestTypeID
tl_messages_export_chat_invite_gen.go#L158: ID: MessagesExportChatInviteRequestTypeID,
tl_messages_export_chat_invite_gen.go#L222: b.PutID(MessagesExportChatInviteRequestTypeID)
tl_messages_export_chat_invite_gen.go#L258: if err := b.ConsumeID(MessagesExportChatInviteRequestTypeID); err != nil {
tl_registry_gen.go#L1426: MessagesExportChatInviteRequestTypeID: "messages.exportChatInvite#a02ce5d5",
tl_registry_gen.go#L3208: "messages.exportChatInvite": MessagesExportChatInviteRequestTypeID,
tl_registry_gen.go#L4990: MessagesExportChatInviteRequestTypeID: func() bin.Object { return &MessagesExportChatInviteRequest{} },
tl_server_gen.go#L3377: s.handlers[MessagesExportChatInviteRequestTypeID] = 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. |