Constructor: chatlists.exportedInvites
Info about multiple chat folder deep links ».
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| invites | Array of ExportedChatlistInvite | Yes | The chat folder deep links ». |
| chats | Array of Chat | Yes | Related chat information |
| users | Array of User | Yes | Related user information |
Type: chatlists.ExportedInvites
Example:
$chatlists_exportedInvites = ['_' => 'chatlists.exportedInvites', 'invites' => [ExportedChatlistInvite, ExportedChatlistInvite], 'chats' => [Chat, Chat], 'users' => [User, User]];