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

x/mtkruto/mod.ts>InlineKeyboardButton

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
type alias InlineKeyboardButton
Re-export
import { type InlineKeyboardButton } from "https://deno.land/x/mtkruto@0.1.102/mod.ts";

This object represents one button of an inline keyboard. You must use exactly one of the optional fields.

definition:
| InlineKeyboardButton.URL
| InlineKeyboardButton.Callback
| InlineKeyboardButton.WebApp
| InlineKeyboardButton.Login
| InlineKeyboardButton.SwitchInline
| InlineKeyboardButton.SwitchInlineCurrent
| InlineKeyboardButton.Game
| InlineKeyboardButton.Pay