MadelineProto/old_docs/API_docs_v53/constructors/messages_chats.md
2017-07-23 16:11:02 +02:00

662 B

title description
messages.chats messages_chats attributes, type and example

Constructor: messages.chats

Back to constructors index

Attributes:

Name Type Required
chats Array of Chat Yes

Type: messages_Chats

Example:

$messages_chats = ['_' => 'messages.chats', 'chats' => [Chat], ];

PWRTelegram json-encoded version:

{"_":"messages.chats","chats":["Chat"]}

Or, if you're into Lua:

messages_chats={_='messages.chats', chats={Chat}, }