Link Search Menu Expand Document

Constructor: messages.exportedChatInvites

Back to constructors index

Info about chat invites exported by a certain admin.

Attributes:

NameTypeRequiredDescription
countintYesNumber of invites exported by the admin
invitesArray of ExportedChatInviteYesExported invites
usersArray of UserYesInfo about the admin

Type: messages.ExportedChatInvites

Example:

$messages_exportedChatInvites = ['_' => 'messages.exportedChatInvites', 'count' => int, 'invites' => [ExportedChatInvite, ExportedChatInvite], 'users' => [User, User]];