MadelineProtoDocs/old_docs/API_docs_v2/constructors/geochats.messages.md

949 B

title description image redirect_from
geochats.messages geochats.messages attributes, type and example https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png /API_docs/constructors/geochats_messages.html

Constructor: geochats.messages

Back to constructors index

Attributes:

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

Type: geochats.Messages

Example:

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

Or, if you're into Lua:

geochats.messages={_='geochats.messages', messages={GeoChatMessage}, chats={Chat}, users={User}}