Interface MessagesKeyboardButton

interface MessagesKeyboardButton {
    color: "default" | "primary" | "positive" | "negative";
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

color: "default" | "primary" | "positive" | "negative"

Button color

Generated using TypeDoc