807 B
807 B
title | description | image |
---|---|---|
channelLocation | Physical location (getchats) | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: channelLocation
Physical location (getchats)
Attributes:
Name | Type | Required | Description |
---|---|---|---|
geo_point | GeoPoint | Optional | Geo point |
address | string | Yes | Physical address |
Type: ChannelLocation
Example:
$channelLocation = ['_' => 'channelLocation', 'geo_point' => GeoPoint, 'address' => 'string'];
Or, if you're into Lua:
channelLocation={_='channelLocation', geo_point=GeoPoint, address='string'}