UNPKG

@botonic/core

Version:

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

10 lines 269 B
export class Button { constructor({ title, payload, url, webview }) { // this.messageId = messageId this.text = title; this.payload = payload; this.url = url; this.webview = webview; } } //# sourceMappingURL=button.js.map