MadelineProto/old_docs/API_docs_v25/constructors/geochats_messagesSlice.md
2017-01-19 23:02:27 +01:00

750 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], ];