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

1.4 KiB

title description nav_exclude image redirect_from
chatlists.chatlistInviteAlready Updated info about a chat folder deep link » we already imported. true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png /API_docs/constructors/chatlists_chatlistInviteAlready.html

Constructor: chatlists.chatlistInviteAlready

Back to constructors index

Updated info about a chat folder deep link » we already imported.

Attributes:

Name Type Required Description
filter_id int Yes ID of the imported folder
missing_peers Array of Peer Yes New peers to be imported
already_peers Array of Peer Yes Peers that were already imported
chats Array of Chat Yes Related chat information
users Array of User Yes Related user information

Type: chatlists.ChatlistInvite

Example:

$chatlists_chatlistInviteAlready = ['_' => 'chatlists.chatlistInviteAlready', 'filter_id' => int, 'missing_peers' => [Peer, Peer], 'already_peers' => [Peer, Peer], 'chats' => [Chat, Chat], 'users' => [User, User]];