import { type MenuButtonWebApp } from "https://deno.land/x/grammy@v1.12.0/types.deno.ts";
Represents a menu button, which launches a Web App.
Properties
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.