Skip to main content
Module

x/grammy/mod.ts>Keyboard.webApp

The Telegram Bot Framework.
Very Popular
Go to Latest
method Keyboard.webApp
import { Keyboard } from "https://deno.land/x/grammy@v1.20.0/mod.ts";

Creates a new web app button. The Web App that will be launched when the user presses the button. The Web App will be able to send a “web_app_data” service message. Available in private chats only.

Parameters

text: string

The text to display

url: string

An HTTPS URL of a Web App to be opened with additional data

Returns

KeyboardButton.WebAppButton