MadelineProtoDocs/docs/API_docs/constructors/messages.inactiveChats.md

935 B

title description image redirect_from
messages.inactiveChats messages.inactiveChats attributes, type and example https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png /API_docs/constructors/messages_inactiveChats.html

Constructor: messages.inactiveChats

Back to constructors index

Attributes:

Name Type Required
dates Array of int Yes
chats Array of Chat Yes
users Array of User Yes

Type: messages.InactiveChats

Example:

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

Or, if you're into Lua:

messages.inactiveChats={_='messages.inactiveChats', dates={int}, chats={Chat}, users={User}}