MadelineProtoDocs/docs/API_docs/constructors/chatlists.chatlistInvite.md
2024-05-01 14:53:46 +02:00

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

Back to constructors index

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]];