0

I want to send more than 1 photo to people from bot. So if I will write three time "bot.send_photo" it won`t be 1 message, so I want to send >1 photo in 1 message. How can I do it?

1 Answers1

0

I don't understand what you mean, but this might answer your question

img = ["img1.png","img2.png","img3.png"]

for i in img:   
    print(i)
    #bot.send_photo(chat_id, 'your URl or image path')