Interface MessageButtonsOptions

interface MessageButtonsOptions {
    buttons?: MessageButtonsTypes[];
    footer?: string;
    title?: string;
}

Hierarchy (view full)

Properties

buttons?: MessageButtonsTypes[]

List of buttons, with at least 1 option and a maximum of 3

footer?: string

Footer text for buttons

title?: string

Title for buttons, only for text message