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

Hierarchy (view full)

Properties

Properties

callbackData: 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