const github.com/gotd/td/tg.ChatlistsDeleteExportedInviteRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_chatlists_delete_exported_invite_gen.go#L52: const ChatlistsDeleteExportedInviteRequestTypeID = 0x719c5c5e
tl_chatlists_delete_exported_invite_gen.go#L98: return ChatlistsDeleteExportedInviteRequestTypeID
tl_chatlists_delete_exported_invite_gen.go#L110: ID: ChatlistsDeleteExportedInviteRequestTypeID,
tl_chatlists_delete_exported_invite_gen.go#L134: b.PutID(ChatlistsDeleteExportedInviteRequestTypeID)
tl_chatlists_delete_exported_invite_gen.go#L155: if err := b.ConsumeID(ChatlistsDeleteExportedInviteRequestTypeID); err != nil {
tl_registry_gen.go#L1764: ChatlistsDeleteExportedInviteRequestTypeID: "chatlists.deleteExportedInvite#719c5c5e",
tl_registry_gen.go#L3546: "chatlists.deleteExportedInvite": ChatlistsDeleteExportedInviteRequestTypeID,
tl_registry_gen.go#L5328: ChatlistsDeleteExportedInviteRequestTypeID: func() bin.Object { return &ChatlistsDeleteExportedInviteRequest{} },
tl_server_gen.go#L9439: s.handlers[ChatlistsDeleteExportedInviteRequestTypeID] = 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. |