Interface SetBusinessLocation

Changes the business location of the current user. Requires Telegram Business subscription. Request type for Tdjson#setBusinessLocation.

interface SetBusinessLocation {
    @type: "setBusinessLocation";
    location: BusinessLocation;
}

Properties

Properties

@type: "setBusinessLocation"

The new location of the business; pass null to remove the location.