我目前正在使用python-telegram-bot,基本上我想用它实现的是发送这样的电报消息:
因此,该消息包含 2 张以上的照片/视频,下方带有文本消息。
我已经尝试过的:
使用send_message方法发送消息,并包括照片 URL,但它只显示文本下方的 1 张图片
使用send_media_group发送媒体组,但此方法没有caption作为send_photo 的参数。
caption
python telegram python-telegram-bot telegram-bot
python ×1
python-telegram-bot ×1
telegram ×1
telegram-bot ×1