1.0 KiB
1.0 KiB
title | description | image |
---|---|---|
geochats.located | Located | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
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}}