Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMenuButtonWebApp

Represents a menu button, which launches a Web App.

Hierarchy

  • IMenuButtonWebApp

Index

Properties

Properties

text: string

Text on the button

type: string

Type of the button, must be web_app

web_app: IWebAppInfo

Description of the Web App that will be launched when the user presses the button. The Web App will be able to send an arbitrary message on behalf of the user using the method answerWebAppQuery.

Generated using TypeDoc