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