import { GetGameHighScoresOptionsApplicationJson } from '../types'; export declare class GetGameHighScoresOptionsApplicationJsonBase implements GetGameHighScoresOptionsApplicationJson { user_id: number; chat_id: number; message_id: number; inline_message_id: string; }