MadelineProto/docs/TD_docs/constructors/chats.md
Daniil Gentili 9d77dc0919 AMP fixes
2017-08-20 09:05:56 +00:00

629 B

title description
chats Contains list of chats

Constructor: chats

Back to constructors index

Contains list of chats

Attributes:

Name Type Required Description
chats Array of chat Yes List of chats

Type: Chats

Example:

$chats = ['_' => 'chats', 'chats' => [chat]];

PWRTelegram json-encoded version:

{"_": "chats", "chats": [chat]}

Or, if you're into Lua:

chats={_='chats', chats={chat}}