Skip to main content
Module

x/grammy_types/mod.ts>InlineKeyboardButton.UrlButton

Type declarations of the Telegram Bot API.
Very Popular
Go to Latest
interface InlineKeyboardButton.UrlButton
implements AbstractInlineKeyboardButton
import { type InlineKeyboardButton } from "https://deno.land/x/grammy_types@v3.2.1/mod.ts";
const { UrlButton } = InlineKeyboardButton;

Properties

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.