const github.com/gotd/td/tg.ChatlistsGetExportedInvitesRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_chatlists_get_exported_invites_gen.go#L47: const ChatlistsGetExportedInvitesRequestTypeID = 0xce03da83
tl_chatlists_get_exported_invites_gen.go#L88: return ChatlistsGetExportedInvitesRequestTypeID
tl_chatlists_get_exported_invites_gen.go#L100: ID: ChatlistsGetExportedInvitesRequestTypeID,
tl_chatlists_get_exported_invites_gen.go#L120: b.PutID(ChatlistsGetExportedInvitesRequestTypeID)
tl_chatlists_get_exported_invites_gen.go#L140: if err := b.ConsumeID(ChatlistsGetExportedInvitesRequestTypeID); err != nil {
tl_registry_gen.go#L1766: ChatlistsGetExportedInvitesRequestTypeID: "chatlists.getExportedInvites#ce03da83",
tl_registry_gen.go#L3548: "chatlists.getExportedInvites": ChatlistsGetExportedInvitesRequestTypeID,
tl_registry_gen.go#L5330: ChatlistsGetExportedInvitesRequestTypeID: func() bin.Object { return &ChatlistsGetExportedInvitesRequest{} },
tl_server_gen.go#L9473: s.handlers[ChatlistsGetExportedInvitesRequestTypeID] = 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. |