How to send telegram mediaGroup with caption/text
问题 I'm currently using python-telegram-bot and basically what I want to achieve with it is to send telegram messages like this: So the message consists of 2+ photos/videos with text message underneath. What I've already tried: sending message with send_message method, and including photo URLs, but it only shows 1 picture which is under the text sending media group using send_media_group, but this method has no caption parameter as send_photo. 回答1: You should use sendMediaGroup, where you can