gpt4 book ai didi

curl - 通过 curl 将文件发布到电报机器人 API

转载 作者:行者123 更新时间:2023-12-01 22:50:52 25 4
gpt4 key购买 nike

我尝试了以下方法:

curl -F name=document -F upload=@<path_to_the_file> \ 
-H "Content-Type:multipart/form-data" \
"https://api.telegram.org/bot<token>/sendDocument?chat_id=<chat_id>"

它返回 {"ok":false,"error_code":400,"description":"[Error]: Bad Request: there is no document in request"}
我做错了什么?

Here是关于 sendDocument 的一些文档方法。

最佳答案

希望这可以帮助。注意 <token> 前有“bot” .

curl -F document=@"path/to/some.file" https://api.telegram.org/bot<token>/sendDocument?chat_id=<chat_id>

关于curl - 通过 curl 将文件发布到电报机器人 API,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33853502/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com