1.1 KiB
1.1 KiB
title | description | image | redirect_from |
---|---|---|---|
geochats.located | Located | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/geochats_located.html |
Constructor: geochats.located
Located
Attributes:
Name | Type | Required | Description |
---|---|---|---|
results | Array of ChatLocated | Yes | Results |
messages | Array of GeoChatMessage | Yes | Messages |
chats | Array of Chat | Yes | Chats |
users | Array of User | Yes | Users |
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}}