MadelineProtoDocs/old_docs/API_docs_v105/constructors/messages_chats.md
2019-12-27 17:48:04 +01:00

690 B

title description image
messages.chats List of chats with auxiliary data. https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: messages.chats

Back to constructors index

List of chats with auxiliary data.

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}}