Link Search Menu Expand Document

Constructor: chatlists.chatlistInviteAlready

Back to constructors index

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

Attributes:

NameTypeRequiredDescription
filter_idintYesID of the imported folder
missing_peersArray of PeerYesNew peers to be imported
already_peersArray of PeerYesPeers that were already imported
chatsArray of ChatYesRelated chat information
usersArray of UserYesRelated 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]];