UNPKG

typescript-telegram-bot-api

Version:

Telegram Bot API wrapper for Node.js written in TypeScript

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