Constructor: chatlists.chatlistUpdates
Updated information about a chat folder deep link ».
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| missing_peers | Array of Peer | Yes | New peers to join |
| chats | Array of Chat | Yes | Related chat information |
| users | Array of User | Yes | Related user information |
Type: chatlists.ChatlistUpdates
Example:
$chatlists_chatlistUpdates = ['_' => 'chatlists.chatlistUpdates', 'missing_peers' => [Peer, Peer], 'chats' => [Chat, Chat], 'users' => [User, User]];