interface CallbackButton {
    callback_data: string;
    text: string;
}

Hierarchy (view full)

Properties

Properties

callback_data: string

Data to be sent in a callback query to the bot when the button is pressed, 1-64 bytes.

text: string

Label text on the button