UNPKG

typescript-telegram-bot-api

Version:

Telegram Bot API wrapper for Node.js written in TypeScript

7 lines (6 loc) 269 B
/** * ## ForumTopicReopened * This object represents a service message about a forum topic reopened in the chat. Currently holds no information. * @see https://core.telegram.org/bots/api#forumtopicreopened */ export type ForumTopicReopened = Record<string, never>;