1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-12 13:47:20 +01:00
MadelineProto/old_docs/API_docs_v25/constructors/geochats_messagesSlice.md

751 B

title description
geochats_messagesSlice geochats_messagesSlice attributes, type and example

Constructor: geochats_messagesSlice

Back to constructors index

Attributes:

Name Type Required
count int Required
messages Array of GeoChatMessage Required
chats Array of Chat Required
users Array of User Required

Type: geochats_Messages

Example:

$geochats_messagesSlice = ['_' => 'geochats_messagesSlice', 'count' => int, 'messages' => [Vector t], 'chats' => [Vector t], 'users' => [Vector t], ];