gpt4 book ai didi

python-telegram-bot - 如何将图像上传到 Telegram 服务器

转载 作者:行者123 更新时间:2023-12-05 03:05:25 26 4
gpt4 key购买 nike

我正在编写一个发送图像的电报机器人(使用 Python)。我多次发送每张图片,文档建议发送已存储在 Telegram 服务器中的文件的 file_id。

但是我找不到任何关于在服务器中存储文件并获取 file_id 的文档。我可以尝试发送图像(给自己?给机器人?)并获取它的 file_id,但它看起来太老套了。

最佳答案

好的,我明白了..你必须发送一次图像,但是很容易得到 file_id:

msg = bot.send_photo(chat_id=chat_id, photo=open("filename", "rb"))
file_id = msg.photo[0].file_id
...
bot.send_photo(photo=file_id)

关于python-telegram-bot - 如何将图像上传到 Telegram 服务器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51031219/

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