Interface ReplyKeyboardMarkup

Reply keyboard markup

interface ReplyKeyboardMarkup {
    buttons: TypeKeyboardButton[][];
    type: "reply";
}

Hierarchy

Properties

Properties

buttons: TypeKeyboardButton[][]

Two-dimensional array of buttons

type: "reply"