Constructor: chatlists.chatlistInvite
Info about a chat folder deep link ».
Attributes:
Name | Type | Required | Description |
---|---|---|---|
title | string | Yes | Name of the link |
emoticon | string | Optional | Emoji to use as icon for the folder. |
peers | Array of Peer | Yes | Supergroups and channels to join |
chats | Array of Chat | Yes | Related chat information |
users | Array of User | Yes | Related user information |
Type: chatlists.ChatlistInvite
Example:
$chatlists_chatlistInvite = ['_' => 'chatlists.chatlistInvite', 'title' => 'string', 'emoticon' => 'string', 'peers' => [Peer, Peer], 'chats' => [Chat, Chat], 'users' => [User, User]];