/** * ## CallbackGame * A placeholder, currently holds no information. Use BotFather to set up your game. * @see https://core.telegram.org/bots/api#callbackgame */ export type CallbackGame = Record;