mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
969 B
969 B
title | description | nav_exclude | image | redirect_from |
---|---|---|---|---|
messages.inactiveChats | Inactive chat list | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/messages_inactiveChats.html |
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]];