Raw.BusinessLocation
Represents the location of a telegram business.
businessLocation#ac5c1af7 flags:# geo_point:flags.0?GeoPoint address:string = BusinessLocation;
export namespace Raw {
export class BusinessLocation {
constructor(params: { geoPoint?: Raw.TypeGeoPoint; address: string }) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0xac5c1af7
Property
geoPoint
: Raw.TypeGeoPoint or undefinedGeographical coordinates (optional).
address
: stringTextual description of the address (mandatory).