1. 首页
  2. 数据库
  3. 其它
  4. node telegram bot api:NodeJS的电报Bot API 源码

node telegram bot api:NodeJS的电报Bot API 源码

上传者: 2021-02-01 22:30:50上传 ZIP文件 736.05KB 热度 44次
Node.js电报Bot API 与官方交互的Node.js模块。 安装 npm i node-telegram-bot-api 用法 const TelegramBot = require ( 'node-telegram-bot-api' ) ; // replace the value below with the Telegram token you receive from @BotFather const token = 'YOUR_TELEGRAM_BOT_TOKEN' ; // Create a bot that uses 'polling' to fetch new upd
用户评论