import { ReplyParameters } from './ReplyParameters.generated'; import { InlineKeyboardMarkup } from './InlineKeyboardMarkup.generated'; export interface SendGameOptionsApplicationXWwwFormUrlencoded { 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; }