Link Search Menu Expand Document

Constructor: chatlists.exportedInvites

Back to constructors index

Info about multiple chat folder deep links ».

Attributes:

NameTypeRequiredDescription
invitesArray of ExportedChatlistInviteYesThe chat folder deep links ».
chatsArray of ChatYesRelated chat information
usersArray of UserYesRelated user information

Type: chatlists.ExportedInvites

Example:

$chatlists_exportedInvites = ['_' => 'chatlists.exportedInvites', 'invites' => [ExportedChatlistInvite, ExportedChatlistInvite], 'chats' => [Chat, Chat], 'users' => [User, User]];