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