最新消息: 电脑我帮您提供丰富的电脑知识,编程学习,软件下载,win7系统下载。

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

IT培训 admin 10浏览 0评论

如何下载发送到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);});`

如何下载发送到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. 暂无评论