Constructor: messages.exportedChatInvite
Info about a chat invite
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| invite | ExportedChatInvite | Yes | Info about the chat invite |
| users | Array of User | Yes | Mentioned users |
Type: messages.ExportedChatInvite
Example:
$messages_exportedChatInvite = ['_' => 'messages.exportedChatInvite', 'invite' => ExportedChatInvite, 'users' => [User, User]];