文件名称:teabot-telegram-api:Telegram Bot Api上的简单包装,具有其他功能
文件大小:7KB
文件格式:ZIP
更新时间:2024-05-19 11:31:58
JavaScript
不建议使用的库:改用 Teabot-Telegram-api Telegram Bot Api上的一个简单包装,具有其他功能。 为开发。 npm install teabot-telegram-api var Api = require ( 'teabot-telegram-api' ) ; var token = 'YOUR_TELEGRAM_BOT_TOKEN' ; var botApi = new Api ( token ) ; botApi . setWebhook ( 'https://example.com/bot' , './certificate.pem' ) ; botApi . getMe ( ) . then ( function ( response ) { console . log ( 'getMe:' , response ) ; } ) ; var