MadelineProtoDocs/docs/API_docs/constructors/messages_chats.md

632 B

title description image
messages.chats Chats https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: messages.chats

Back to constructors index

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