Layer 224
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 ChannelLocationObj constructor
obj := &tg.ChannelLocationObj{
    GeoPoint: &tg.GeoPoint{},
    Address: "Hello, World!",
}