account.updateBusinessLocation
Layer 225
Constructor ID: 0x9e6b131a
Returns: Bool
Parameters
| Name | Type | Description |
|---|---|---|
geo_point | InputGeoPoint (flags.1, optional) | |
address | string (flags.0, optional) |
Example
go
result, err := client.Raw(&tg.UpdateBusinessLocationRequest{
geo_point: nil, // InputGeoPoint
address: "",
})
if err != nil {
panic(err)
}
print(result)