messages.exportedChatInvites
Info about chat invites exported by a certain admin.
type tg.MessagesExportedChatInvites struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Count | int | yes | Number of invites exported by the admin |
Invites | []ExportedChatInviteClass | yes | Exported invites |
Users | []UserClass | yes | Info about the admin |
Returned by
References
- Official documentation
- Generated Go reference
- TL definition:
messages.exportedChatInvites#bdc62dcc