mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
952 B
952 B
title | description | nav_exclude | image |
---|---|---|---|
chatAdminWithInvites | Info about chat invites generated by admins. | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: chatAdminWithInvites
Info about chat invites generated by admins.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
admin_id | long | Yes | The admin |
invites_count | int | Yes | Number of invites generated by the admin |
revoked_invites_count | int | Yes | Number of revoked invites |
Type: ChatAdminWithInvites
Example:
$chatAdminWithInvites = ['_' => 'chatAdminWithInvites', 'admin_id' => long, 'invites_count' => int, 'revoked_invites_count' => int];