UNPKG

@botonic/core

Version:

Runtime and APIs for Botonic bots: actions, context, messaging, and integration hooks used by the **current** framework line.

9 lines (8 loc) 241 B
import { BotonicButtonContent } from '@botonic/shared'; export declare class Button { text: string; payload?: string; url?: string; webview?: string; constructor({ title, payload, url, webview }: BotonicButtonContent); }