import { InlineQueryResultGame } from '../types'; import { InlineKeyboardMarkup } from '../types'; export declare class InlineQueryResultGameBase implements InlineQueryResultGame { type: string; id: string; game_short_name: string; reply_markup: InlineKeyboardMarkup; }