MadelineProtoDocs/docs/API_docs/constructors/channelLocation.md

888 B

title description image
channelLocation Geographical location of supergroup (geogroups) https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: channelLocation

Back to constructors index

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'}