UNPKG

tgind

Version:

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

6 lines 120 B
export class TelegramError extends Error { [key: string]: any; constructor(msg:any) { super(msg) } }