Raw.account.UpdateBusinessLocation
Businesses may advertise their location using this method, see here for more info.
account.updateBusinessLocation#9e6b131a flags:# geo_point:flags.1?InputGeoPoint address:flags.0?string = Bool;
export namespace Raw {
export namespace account {
export class UpdateBusinessLocation {
constructor(params: { geoPoint?: Raw.TypeInputGeoPoint; address?: string }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0x9e6b131a
Property
geoPoint
: Raw.TypeInputGeoPoint or undefinedOptional, contains a set of geographical coordinates.
address
: string or undefinedMandatory when setting/updating the location, contains a textual description of the address (max 96 utf-8 chars).