Layer 220
ChannelLocation
Geographical location of supergroup (geogroups)
constructor
channelLocation#209b82db geo_point:GeoPoint address:string = ChannelLocation;
Parameters
| Name | Type | Description |
|---|---|---|
| GeoPoint | GeoPoint | Geographical location of supergroup |
| Address | string | Textual description of the address |
Returns
ChannelLocationGogram Example
// Creating ChannelLocation constructor obj := &tg.ChannelLocation{ GeoPoint: &tg.GeoPoint{}, Address: "...", }