import { ContextMessageUpdate } from 'telegraf' export interface TelegramErrorHandler { catch(ctx: ContextMessageUpdate, error: E): Promise }