Constructor: messages.exportedChatInvites
Info about chat invites exported by a certain admin.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
count | int | Yes | Number of invites exported by the admin |
invites | Array of ExportedChatInvite | Yes | Exported invites |
users | Array of User | Yes | Info about the admin |
Type: messages.ExportedChatInvites
Example:
$messages_exportedChatInvites = ['_' => 'messages.exportedChatInvites', 'count' => int, 'invites' => [ExportedChatInvite, ExportedChatInvite], 'users' => [User, User]];