chatAdminWithInvites
Info about chat invites generated by admins.
type tg.ChatAdminWithInvites struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
AdminID | int64 | yes | The admin |
InvitesCount | int | yes | Number of invites generated by the admin |
RevokedInvitesCount | int | yes | Number of revoked invites |
References
- Official documentation
- Generated Go reference
- TL definition:
chatAdminWithInvites#f2ecef23