1.0 KiB
1.0 KiB
title | description | image | redirect_from |
---|---|---|---|
geochats.located | geochats.located attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/geochats_located.html |
Constructor: geochats.located
Attributes:
Name | Type | Required |
---|---|---|
results | Array of ChatLocated | Yes |
messages | Array of GeoChatMessage | Yes |
chats | Array of Chat | Yes |
users | Array of User | Yes |
Type: geochats.Located
Example:
$geochats.located = ['_' => 'geochats.located', 'results' => [ChatLocated, ChatLocated], 'messages' => [GeoChatMessage, GeoChatMessage], 'chats' => [Chat, Chat], 'users' => [User, User]];
Or, if you're into Lua:
geochats.located={_='geochats.located', results={ChatLocated}, messages={GeoChatMessage}, chats={Chat}, users={User}}