Interface MessagesKeyboardButtonActionText

interface MessagesKeyboardButtonActionText {
    label: string;
    payload: string;
    type: "text";
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

label: string

Label for button

payload: string

Additional data sent along with message for developer convenience

type: "text"

Generated using TypeDoc