Layer 220
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

ChannelLocation

Gogram Example

// Creating ChannelLocation constructor
obj := &tg.ChannelLocation{
    GeoPoint: &tg.GeoPoint{},
    Address: "...",
}