Constructor: messages.inactiveChats
Inactive chat list
Attributes:
Name | Type | Required | Description |
---|---|---|---|
dates | Array of int | Yes | When was the chat last active |
chats | Array of Chat | Yes | Chat list |
users | Array of User | Yes | Users mentioned in the chat list |
Type: messages.InactiveChats
Example:
$messages_inactiveChats = ['_' => 'messages.inactiveChats', 'dates' => [int, int], 'chats' => [Chat, Chat], 'users' => [User, User]];