mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
1000 B
1000 B
title | description | nav_exclude | image | redirect_from |
---|---|---|---|---|
messages.chatsSlice | Partial list of chats, more would have to be fetched with pagination | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/messages_chatsSlice.html |
Constructor: messages.chatsSlice
Partial list of chats, more would have to be fetched with pagination
Attributes:
Name | Type | Required | Description |
---|---|---|---|
count | int | Yes | Total number of results that were found server-side (not all are included in chats ) |
chats | Array of Chat | Yes | Chats |
Type: messages.Chats
Example:
$messages_chatsSlice = ['_' => 'messages.chatsSlice', 'count' => int, 'chats' => [Chat, Chat]];