Interface KeyboardButtonTypeText

Describes a keyboard button type. Subtype of KeyboardButtonType.

interface KeyboardButtonTypeText {
    @type: "keyboardButtonTypeText";
}

Properties

Properties

@type: "keyboardButtonTypeText"