ЕР
Size: a a a
ЕР
ДЛ
<Ч
ДЛ
s
ДЛ
DB
s
ДЛ
ДЛ
ЕР
С
S
DK
F
А
А
TC
await bot.send_photo(chat_id, InputFile(im1.tobytes()))
получаю ошибку: TypeError: Not supported file type.buf = io.BytesIO()
im1.save(buf, 'PNG')
await bot.send_photo(chat_id, buf.getvalue())
ЕР
a