The code I'm using looks like that:
bot.send_photo(id, message.video.thumbnail.file_id, caption=message.caption)
And it throws this error:
telebot.apihelper.ApiTelegramException: A request to the Telegram API was unsuccessful. Error code: 400. Description: Bad Request: can't use file of type Thumbnail as Photo
How do I forward the thumbnail without downloading it?