UNPKG

nestjs-telegraf

Version:
4 lines (3 loc) 190 B
import { Telegraf } from 'telegraf'; import { TelegrafModuleOptions } from '../interfaces'; export declare function createBotFactory(options: TelegrafModuleOptions): Promise<Telegraf<any>>;