/** The payload from a game callback button */ export declare class CallbackQueryPayloadGameBaseModel { _: 'callbackQueryPayloadGame'; /** A short name of the game that was attached to the callback button */ gameShortName: string; }