Link Search Menu Expand Document

Constructor: messages.chatsSlice

Back to constructors index

Partial list of chats, more would have to be fetched with pagination

Attributes:

NameTypeRequiredDescription
countintYesTotal number of results that were found server-side (not all are included in chats)
chatsArray of ChatYesChats

Type: messages.Chats

Example:

$messages_chatsSlice = ['_' => 'messages.chatsSlice', 'count' => int, 'chats' => [Chat, Chat]];