nestjs telegram:一个使用Telegram Bot API的NestJS Telegram模块 源码
适用于机器人的服务包装器! 描述 Bots API的 API包装器可与框架配合使用。 安装 $ npm install nestjs-telegram 使用模块 // Inside of your module imports @ Module ( { imports : [ TelegramModule . forRoot ( { botKey : 'YourBotApiToken' } ) ] } ) // Or async @ Module ( { imports : [ TelegramModule . forRootAsync ( { use
下载地址
用户评论