I see it can send a single photo with text and an album without text. But I need to send album and text in one message. Is it possible?
Asked
Active
Viewed 727 times
2
-
Try this: https://stackoverflow.com/questions/58893142/how-to-send-telegram-mediagroup-with-caption-text – Rafael Colombo Mar 04 '21 at 22:45
1 Answers
0
Surely you can!
https://core.telegram.org/bots/api#inputmediaphoto
Your message with the album should contain an array of inputMediaPhoto (link above). And if you set caption for any of the inputMediaPhoto, it will display in the message!
-
2While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. – Tyler2P Nov 17 '21 at 21:08