Link Search Menu Expand Document

Constructor: messages.exportedChatInvite

Back to constructors index

Info about a chat invite

Attributes:

NameTypeRequiredDescription
inviteExportedChatInviteYesInfo about the chat invite
usersArray of UserYesMentioned users

Type: messages.ExportedChatInvite

Example:

$messages_exportedChatInvite = ['_' => 'messages.exportedChatInvite', 'invite' => ExportedChatInvite, 'users' => [User, User]];