MadelineProto/old_docs/API_docs_v27/constructors/geochats_located.md

894 B

title description
geochats.located geochats_located attributes, type and example

Constructor: geochats.located

Back to constructors index

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], 'messages' => [GeoChatMessage], 'chats' => [Chat], 'users' => [User], ];

Or, if you're into Lua:

geochats_located={_='geochats.located', results={ChatLocated}, messages={GeoChatMessage}, chats={Chat}, users={User}, }