const github.com/gotd/td/tg.ChatInviteExportedTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_exported_chat_invite_gen.go#L84: const ChatInviteExportedTypeID = 0xab4a819
tl_exported_chat_invite_gen.go#L206: return ChatInviteExportedTypeID
tl_exported_chat_invite_gen.go#L218: ID: ChatInviteExportedTypeID,
tl_exported_chat_invite_gen.go#L322: b.PutID(ChatInviteExportedTypeID)
tl_exported_chat_invite_gen.go#L364: if err := b.ConsumeID(ChatInviteExportedTypeID); err != nil {
tl_exported_chat_invite_gen.go#L788: case ChatInviteExportedTypeID:
tl_registry_gen.go#L521: ChatInviteExportedTypeID: "chatInviteExported#ab4a819",
tl_registry_gen.go#L2303: "chatInviteExported": ChatInviteExportedTypeID,
tl_registry_gen.go#L4085: ChatInviteExportedTypeID: func() bin.Object { return &ChatInviteExported{} },
tl_registry_gen.go#L5699: ChatInviteExportedTypeID,
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. |