Interface IKeyboardURLButtonOptions

interface IKeyboardURLButtonOptions {
    label: string;
    payload?: ButtonPayload;
    url: string;
}

Properties

Properties

label: string

Button label, no more than 40 characters

payload?: ButtonPayload

Payload, preferably use object

No more than 255 characters in JSON stringified

url: string

The link that will be opened when clicked

Generated using TypeDoc