import { WebAppInfo } from './WebAppInfo.generated'; import { LoginUrl } from './LoginUrl.generated'; import { SwitchInlineQueryChosenChat } from './SwitchInlineQueryChosenChat.generated'; import { CopyTextButton } from './CopyTextButton.generated'; import { CallbackGame } from './CallbackGame.generated'; export interface InlineKeyboardButton { text: string; url?: string; callback_data?: string; web_app?: WebAppInfo; login_url?: LoginUrl; switch_inline_query?: string; switch_inline_query_current_chat?: string; switch_inline_query_chosen_chat?: SwitchInlineQueryChosenChat; copy_text?: CopyTextButton; callback_game?: CallbackGame; pay?: boolean; }