Link Search Menu Expand Document

Constructor: messages.inactiveChats

Back to constructors index

Inactive chat list

Attributes:

NameTypeRequiredDescription
datesArray of intYesWhen was the chat last active
chatsArray of ChatYesChat list
usersArray of UserYesUsers mentioned in the chat list

Type: messages.InactiveChats

Example:

$messages_inactiveChats = ['_' => 'messages.inactiveChats', 'dates' => [int, int], 'chats' => [Chat, Chat], 'users' => [User, User]];