D
D
DeciPaliz2016-09-14 17:57:06
Python
DeciPaliz, 2016-09-14 17:57:06

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

3 answer(s)
D
Defman21, 2016-09-14
@DeciPaliz

Telegram does not support this.

Z
Zempik, 2018-12-17
@Zempik

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)

I
Inter Carpenter, 2016-09-15
@Byrger

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 question

Ask a Question

731 491 924 answers to any question