method InlineKeyboard.webAppimport { InlineKeyboard } from "https://deno.land/x/grammy@v1.19.1/convenience/keyboard.ts"; webApp(text: string, url: string): InlineKeyboardButton.WebAppButtonCreates a new web app button, confer https://core.telegram.org/bots/webapps Parameterstext: stringThe text to display url: stringAn HTTPS URL of a Web App to be opened with additional data ReturnsInlineKeyboardButton.WebAppButton