# К примеру вот такой код
bot.send_photo(chat_id, photo=open('C:/Users/User/Downloads/photo.jpg', 'rb'), caption = "Hello")
bot.send_message(chat_id, "Текст")
time.sleep(1)
bot.edit photo #Здесь мои полномочия заканчиваются
bot.edit_message_media(media, chat_id=None, message_id=None, inline_message_id=None, reply_markup=None)