mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
1.3 KiB
1.3 KiB
title | description | nav_exclude | image | redirect_from |
---|---|---|---|---|
chatlists.chatlistInvite | Info about a chat folder deep link ». | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/chatlists_chatlistInvite.html |
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]];