Interface IKeyboardProxyButton

interface IKeyboardProxyButton {
    kind: "url" | "text" | "callback" | "location_request" | "vk_pay" | "vk_application";
    options: IKeyboardTextButtonOptions | IKeyboardURLButtonOptions | IKeyboardLocationRequestButtonOptions | IKeyboardVKPayButtonOptions | IKeyboardApplicationButtonOptions | IKeyboardCallbackButtonOptions;
}

Properties

Properties

kind: "url" | "text" | "callback" | "location_request" | "vk_pay" | "vk_application"

Generated using TypeDoc