MenuButtonWebApp
Represents a menu button, which launches a Web App.
Properties
type
ts
type: "web_app";
Button type, must be web_app
text
ts
text: string;
Text on the button
web_app
ts
web_app: WebAppInfo;
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. Alternatively, a t.me link to a Web App can be specified in the object instead of the Web App’s URL, in which case the Web App will be opened as if the user pressed the link.