Skip to main content
Module

x/grammy_menu/deps.deno.ts>InlineKeyboard.url

Interactive menus for grammY.
Latest
method InlineKeyboard.url
import { InlineKeyboard } from "https://deno.land/x/grammy_menu@v1.2.2/deps.deno.ts";

Creates a new URL button. Telegram clients will open the provided URL when the button is pressed.

Parameters

text: string

The text to display

url: string

HTTP or tg:// url to be opened when the button is pressed. Links tg://user?id=<user_id> can be used to mention a user by their ID without using a username, if this is allowed by their privacy settings.