import telebot
from requests import get
bot = telebot.TeleBot("TOKEN")
@bot.message_handler(commands=["start"])
def start(message):
bot.send_message(message.chat.id, "ТЕСТ")
bot.send_photo(message.chat.id, get("https://i0.wampi.ru/2019/11/12/image.png").content)
bot.polling()
https://qna.habr.com/q/683801
Типо просто указав ссылки на фото, бот отравит их в чат одним сообщением