744 B
744 B
title | description | image |
---|---|---|
messages.chatsSlice | Chats slice | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: messages.chatsSlice
Chats slice
Attributes:
Name | Type | Required | Description |
---|---|---|---|
count | int | Yes | Count |
chats | Array of Chat | Yes | Chats |
Type: messages_Chats
Example:
$messages_chatsSlice = ['_' => 'messages.chatsSlice', 'count' => int, 'chats' => [Chat, Chat]];
Or, if you're into Lua:
messages_chatsSlice={_='messages.chatsSlice', count=int, chats={Chat}}