UNPKG

nestjs-telegraf

Version:
6 lines (5 loc) 162 B
/** * `@Update` decorator, it's like NestJS `@Controller` decorator, * but for Telegram Bot API updates. */ export declare const Update: () => ClassDecorator;