Link Search Menu Expand Document

Constructor: chatlists.chatlistInvite

Back to constructors index

Info about a chat folder deep link ».

Attributes:

NameTypeRequiredDescription
titlestringYesName of the link
emoticonstringOptionalEmoji to use as icon for the folder.
peersArray of PeerYesSupergroups and channels to join
chatsArray of ChatYesRelated chat information
usersArray of UserYesRelated user information

Type: chatlists.ChatlistInvite

Example:

$chatlists_chatlistInvite = ['_' => 'chatlists.chatlistInvite', 'title' => 'string', 'emoticon' => 'string', 'peers' => [Peer, Peer], 'chats' => [Chat, Chat], 'users' => [User, User]];