MadelineProto/old_docs/API_docs_v27/constructors/geochats_messagesSlice.md

887 B

title description
geochats.messagesSlice geochats_messagesSlice attributes, type and example

Constructor: geochats.messagesSlice

Back to constructors index

Attributes:

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

Type: geochats_Messages

Example:

$geochats_messagesSlice = ['_' => 'geochats.messagesSlice', 'count' => int, 'messages' => [GeoChatMessage], 'chats' => [Chat], 'users' => [User], ];

Or, if you're into Lua:

geochats_messagesSlice={_='geochats.messagesSlice', count=int, messages={GeoChatMessage}, chats={Chat}, users={User}, }