interface MenuButtonWebAppimport { type MenuButtonWebApp } from "https://deno.land/x/grammy@v1.15.3/types.web.ts"; Represents a menu button, which launches a Web App. Propertiestype: "web_app"Button type, must be web_app text: stringText on the button web_app: WebAppInfoDescription 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.