MadelineProtoDocs/docs/API_docs/constructors/messages_chats.md
Daniil Gentili f73c175203 Update docs
2018-12-26 01:56:50 +00:00

744 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]];

PWRTelegram json-encoded version:

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

Or, if you're into Lua:

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