Skip to main content
Very Popular
Go to Latest
interface InlineKeyboardButton.WebAppButton
implements AbstractInlineKeyboardButton
import { type InlineKeyboardButton } from "https://deno.land/x/grammy@v1.11.2/types.ts";
const { WebAppButton } = InlineKeyboardButton;

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. Available only in private chats between a user and the bot.