MadelineProtoDocs/docs/API_docs/constructors/channelLocation.md

807 B

title description image
channelLocation Physical location (getchats) https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: channelLocation

Back to constructors index

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