MadelineProtoDocs/old_docs/API_docs_v82/constructors/messages.chats.md
2019-12-27 18:25:37 +01:00

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