Interface BusinessAwayMessageSettings

Describes settings for messages that are automatically sent by a Telegram Business account when it is away.

interface BusinessAwayMessageSettings {
    @type: "businessAwayMessageSettings";
    offline_only?: boolean;
    recipients: BusinessRecipients;
    schedule: BusinessAwayMessageSchedule;
    shortcut_id: number;
}

Properties

@type: "businessAwayMessageSettings"
offline_only?: boolean

True, if the messages must not be sent if the account was online in the last 10 minutes.

recipients: BusinessRecipients

Chosen recipients of the away messages.

Settings used to check whether the current user is away.

shortcut_id: number

Unique quick reply shortcut identifier for the away messages.