const github.com/gotd/td/tg.ChatlistsEditExportedInviteRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_chatlists_edit_exported_invite_gen.go#L65: const ChatlistsEditExportedInviteRequestTypeID = 0x653db63d
tl_chatlists_edit_exported_invite_gen.go#L130: return ChatlistsEditExportedInviteRequestTypeID
tl_chatlists_edit_exported_invite_gen.go#L142: ID: ChatlistsEditExportedInviteRequestTypeID,
tl_chatlists_edit_exported_invite_gen.go#L186: b.PutID(ChatlistsEditExportedInviteRequestTypeID)
tl_chatlists_edit_exported_invite_gen.go#L225: if err := b.ConsumeID(ChatlistsEditExportedInviteRequestTypeID); err != nil {
tl_registry_gen.go#L1765: ChatlistsEditExportedInviteRequestTypeID: "chatlists.editExportedInvite#653db63d",
tl_registry_gen.go#L3547: "chatlists.editExportedInvite": ChatlistsEditExportedInviteRequestTypeID,
tl_registry_gen.go#L5329: ChatlistsEditExportedInviteRequestTypeID: func() bin.Object { return &ChatlistsEditExportedInviteRequest{} },
tl_server_gen.go#L9456: s.handlers[ChatlistsEditExportedInviteRequestTypeID] = 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. |