MadelineProto/docs/API_docs/constructors/messages_chatsSlice.md

551 B

title description
messages.chatsSlice messages_chatsSlice attributes, type and example

Constructor: messages.chatsSlice

Back to constructors index

Attributes:

Name Type Required
count int Required
chats Array of Chat Required

Type: messages_Chats

Example:

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