CSS电报机器人API
现在,您可以使用CSS编写Telegram机器人。
安装
要求
节点v6.0.0 +
$ [sudo] npm i -g css-telegram-bot-api
用法
$ css-telegram-bot [options]
要么
$ css-telegram-bot-api [options]
例
[ tg-root ] {
/* Replace the value below with the API token you receive from Bo
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' ;
//