DK
from aiogram.types import InputFile
await bot.send_document(chat_id, InputFile(path))
Либо:
with open(path, 'rb') as file:
await bot.send_document(chat_id, file)
Size: a a a
DK
from aiogram.types import InputFile
await bot.send_document(chat_id, InputFile(path))
with open(path, 'rb') as file:
await bot.send_document(chat_id, file)
y
SH
SH
B
y
ᅠ
LN
⟁ᴡ
⟁ᴡ
⟁ᴡ
LN
F🍭
👑️
F🍭
B
a
МБ
A|
F🍭