telegram-bot-api:电报Bot API包装器

时间:2024-06-10 10:20:32
【文件属性】:

文件名称:telegram-bot-api:电报Bot API包装器

文件大小:2KB

文件格式:ZIP

更新时间:2024-06-10 10:20:32

JavaScript

yamstr-telegram-bot-api 电报Bot API包装器 安装 $ npm install yamstr-telegram-bot-api 例子 var Telegram = require ( 'yamstr-telegram-bot-api' ) ; var telegram = new Telegram ( { token : '' } ) ; telegram . request ( 'sendMessage' , { chat_id : '' , text : '' } , function ( error , response ) { if ( error ) { console . error ( error ) ; } else { console . log ( response ) ;


网友评论