1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 11:27:52 +01:00
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], ];