MadelineProtoDocs/old_docs/API_docs_v38/constructors/messages_chats.md
2018-04-04 19:52:48 +02:00

739 B

title description image
messages.chats messages_chats attributes, type and example https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

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, Chat]];

PWRTelegram json-encoded version:

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

Or, if you're into Lua:

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