namespace InlineKeyboardButtonimport { InlineKeyboardButton } from "https://dotland.deno.dev/x/grammy@v1.15.2/types.deno.ts"; InterfacesIInlineKeyboardButton.CallbackButtonIInlineKeyboardButton.GameButtonIInlineKeyboardButton.LoginButtonIInlineKeyboardButton.PayButtonIInlineKeyboardButton.SwitchInlineButtonIInlineKeyboardButton.SwitchInlineCurrentChatButtonIInlineKeyboardButton.UrlButtonIInlineKeyboardButton.WebAppButtontype alias InlineKeyboardButtonimport { type InlineKeyboardButton } from "https://dotland.deno.dev/x/grammy@v1.15.2/types.deno.ts"; This object represents one button of an inline keyboard. You must use exactly one of the optional fields. definition: | InlineKeyboardButton.CallbackButton | InlineKeyboardButton.GameButton | InlineKeyboardButton.LoginButton | InlineKeyboardButton.PayButton | InlineKeyboardButton.SwitchInlineButton | InlineKeyboardButton.SwitchInlineCurrentChatButton | InlineKeyboardButton.UrlButton | InlineKeyboardButton.WebAppButton