689 B
689 B
title | description | image |
---|---|---|
chatLocated | Chat located | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: chatLocated
Chat located
Attributes:
Name | Type | Required | Description |
---|---|---|---|
chat_id | int | Yes | Chat ID |
distance | int | Yes | Distance |
Type: ChatLocated
Example:
$chatLocated = ['_' => 'chatLocated', 'chat_id' => int, 'distance' => int];
Or, if you're into Lua:
chatLocated={_='chatLocated', chat_id=int, distance=int}