【发布时间】:2021-02-10 07:16:24
【问题描述】:
我正在尝试使用 Telepot api 通过 sendPhoto 方法 (https://core.telegram.org/bots/api#sendphoto) 使用电报机器人发送照片,但它只接受带有 .jpg、.jpeg .gif、.png、.tif 或 .bmp 的图像网址我要使用的照片通过 .php url 显示。我怎样才能设法获得一个有效的网址?我也可以使用 multipart/form-data 上传它,但它不起作用。
【问题讨论】:
标签: python telegram telegram-bot python-telegram-bot telepot