UNPKG

nestjs-telegraf

Version:
4 lines (3 loc) 152 B
import { Telegraf } from 'telegraf'; export type AllBotsMap = Map<string, Telegraf<any>>; export declare const InjectAllBots: () => ParameterDecorator;