1. 首页
  2. 数据库
  3. 其它
  4. nestjs telegram:一个使用Telegram Bot API的NestJS Telegram模块 源码

nestjs telegram:一个使用Telegram Bot API的NestJS Telegram模块 源码

上传者: 2021-02-07 15:08:22上传 ZIP文件 126KB 热度 55次
适用于机器人的服务包装器! 描述 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
下载地址
用户评论