import { Bot } from "./_internals.js"; /** A placeholder, currently holds no information. Use [BotFather](https://t.me/botfather) to set up your game. */ export class CallbackGame extends Bot implements ICallbackGame { } /** A placeholder, currently holds no information. Use [BotFather](https://t.me/botfather) to set up your game. */ export interface ICallbackGame { }