import { TelegrafOptions } from "telegraf/typings/telegraf"; export interface BotOptions extends TelegrafOptions { contextType?: any; }