Interface SetBusinessOpeningHours

Changes the business opening hours of the current user. Requires Telegram Business subscription. Request type for Tdjson#setBusinessOpeningHours.

interface SetBusinessOpeningHours {
    @type: "setBusinessOpeningHours";
    opening_hours: BusinessOpeningHours;
}

Properties

Properties

@type: "setBusinessOpeningHours"
opening_hours: BusinessOpeningHours

The new opening hours of the business; pass null to remove the opening hours; up to 28 time intervals can be specified.