632 B
632 B
title | description | image |
---|---|---|
messages.chats | Chats | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: messages.chats
Chats
Attributes:
Name | Type | Required | Description |
---|---|---|---|
chats | Array of Chat | Yes | Chats |
Type: messages_Chats
Example:
$messages_chats = ['_' => 'messages.chats', 'chats' => [Chat, Chat]];
Or, if you're into Lua:
messages_chats={_='messages.chats', chats={Chat}}