UNPKG

typescript-telegram-bot-api

Version:

Telegram Bot API wrapper for Node.js written in TypeScript

12 lines (11 loc) 275 B
/** * ## MenuButtonDefault * Describes that no specific value for the menu button was set. * @see https://core.telegram.org/bots/api#menubuttondefault */ export type MenuButtonDefault = { /** * Type of the button, must be default */ type: 'default'; };