MadelineProto/old_docs/API_docs_v71/constructors/messages_chats.md
2017-10-14 09:50:46 +00:00

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