Interface IKeyboardCallbackButtonOptions

interface IKeyboardCallbackButtonOptions {
    color?: ButtonColorUnion | ButtonColor;
    label: string;
    payload?: ButtonPayload;
}

Properties

Properties

Button color, default is secondary

label: string

Button label, no more than 40 characters

payload?: ButtonPayload

Payload, preferably use object

No more than 255 characters in JSON stringified

Generated using TypeDoc