UNPKG

typescript-telegram-bot-api

Version:

Telegram Bot API wrapper for Node.js written in TypeScript

7 lines (6 loc) 218 B
/** * ## 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<string, never>;