UNPKG

tgind

Version:

Telegram bot api which gives you simplest way to make your bots

10 lines (9 loc) 235 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TelegramError = void 0; class TelegramError extends Error { constructor(msg) { super(msg); } } exports.TelegramError = TelegramError;