Constructor: chatlists.chatlistInviteAlready
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]];