最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

如何下载发送到Telegram bot的文件或照片?在node.js我使用telegraf模块

运维笔记admin15浏览0评论

如何下载发送到Telegram bot的文件或照片?在node.js我使用telegraf模块

如何下载发送到Telegram bot的文件或照片?在node.js我使用telegraf模块

我已经尝试过这个console.log(photo.file_path);但是我得到了file_path

var picture = (context)ctx.message.photo[0].file_id; 
var photo = `=${picture}`;
console.log(photo.file_path);
回答如下:

npm安装针

`var needle = require('needle');

needle.get(https://api.telegram/bot1234:ABCD/getFile?file_id=${picture},function(error,response){if(!error && response.statusCode == 200)console.log(response.body.resuolt);});`

发布评论

评论列表(0)

  1. 暂无评论