Interface MessagesKeyboardButtonActionCallback

interface MessagesKeyboardButtonActionCallback {
    label: string;
    payload: string;
    type: "callback";
    [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: "callback"

Generated using TypeDoc