not message.photo else await bot.get_file(message.photo[0].file_id)
downloaded_file = await bot.download_file(file_info.file_path)
filename = f'{file_info.file_id}.{"png" if message.photo else "" or "mp4" if message.video else "gif"}'
src = 'bot/static/' + file_info.file_id + filename
with open(src, 'wb') as new_file:
new_file.write(downloaded_file.read())
Пришла на сервер в ужасном качестве 2 килобайта
Причем с видео и гифками норм всё
-1 индекс фотки
о, спс, щас попробую
Обсуждают сегодня