Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/mod.ts>InlineKeyboardButton.URL

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface InlineKeyboardButton.URL
implements Base
import { type InlineKeyboardButton } from "https://deno.land/x/mtkruto@0.0.998/mod.ts";
const { URL } = 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.