Interface MessagesKeyboardButtonActionOpenLink

interface MessagesKeyboardButtonActionOpenLink {
    label: string;
    link: string;
    payload: string;
    type: "open_link";
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

label: string

Label for button

link: string

link for button

payload: string

Additional data sent along with message for developer convenience

type: "open_link"

Generated using TypeDoc