How to send telegram mediaGroup with caption/text – Telegram API
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,…