Interface BusinessGreetingMessageSettings

Describes settings for greeting messages that are automatically sent by a Telegram Business account as response to incoming messages in an inactive private chat.

interface BusinessGreetingMessageSettings {
    @type: "businessGreetingMessageSettings";
    inactivity_days: number;
    recipients: BusinessRecipients;
    shortcut_id: number;
}

Properties

@type: "businessGreetingMessageSettings"
inactivity_days: number

The number of days after which a chat will be considered as inactive; currently, must be on of 7, 14, 21, or 28.

recipients: BusinessRecipients

Chosen recipients of the greeting messages.

shortcut_id: number

Unique quick reply shortcut identifier for the greeting messages.