import { SendGameOptionsMultipartFormData } from '../types'; import { ReplyParameters, InlineKeyboardMarkup } from '../types'; export declare class SendGameOptionsMultipartFormDataBase implements SendGameOptionsMultipartFormData { business_connection_id: string; chat_id: number; message_thread_id: number; game_short_name: string; disable_notification: boolean; protect_content: boolean; allow_paid_broadcast: boolean; message_effect_id: string; reply_parameters: ReplyParameters; reply_markup: InlineKeyboardMarkup; }