Answer the question
In order to leave comments, you need to log in
Telegram API: How to send multiple images in one message?
(It is desirable that we are talking specifically about the Python module, but it is also possible through an HTTP request)
In general, the essence is this: you need to send several images in one message. Of all the Telegram Bot APIs that I read, it was told about sending only one image, but people need several. Is this even possible? Maybe I'm asking in vain? :)
(it's suspicious that ImageBot only sends one image per request, that's why I'm asking)
Answer the question
In order to leave comments, you need to log in
Now the telegrap api supports this. The method is called sendMediaGroup.
Look in the documentation https://core.telegram.org/bots/api#sendmediagroup
And you can send mixed files (Photos and videos)
If you really need to:
1 - For archiving and giving the archive
2 - Glue the images into one
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question