namespace InlineKeyboardButtonimport { InlineKeyboardButton } from "https://dotland.deno.dev/x/grammy@v1.31.0/types.ts"; InterfacesIInlineKeyboardButton.CallbackButtonIInlineKeyboardButton.CopyTextButtonButtonIInlineKeyboardButton.GameButtonIInlineKeyboardButton.LoginButtonIInlineKeyboardButton.PayButtonIInlineKeyboardButton.SwitchInlineButtonIInlineKeyboardButton.SwitchInlineChosenChatButtonIInlineKeyboardButton.SwitchInlineCurrentChatButtonIInlineKeyboardButton.UrlButtonIInlineKeyboardButton.WebAppButtontype alias InlineKeyboardButtonimport { type InlineKeyboardButton } from "https://dotland.deno.dev/x/grammy@v1.31.0/types.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.SwitchInlineChosenChatButton | InlineKeyboardButton.CopyTextButtonButton | InlineKeyboardButton.UrlButton | InlineKeyboardButton.WebAppButton