$
Size: a a a
$
ɬ
async def set_mailing_file(f: types.Document):
fid = f.file_id
await bot.send_document(chat_id=f.from_user.id, document=fid)
A
async def set_mailing_file(f: types.Document):
fid = f.file_id
await bot.send_document(chat_id=f.from_user.id, document=fid)
ɬ
A
ɬ
ᅠ
async def set_mailing_file(f: types.Document):
fid = f.file_id
await bot.send_document(chat_id=f.from_user.id, document=fid)
message: types.Message
f_id = message.document.file_id
A
ᅠ
A
message: types.Message
f_id = message.document.file_id
ɬ
.
ᅠ
d
ɬ
.
ɬ
ɬ
@dp.message_handler(state=Admin.mailing_with_files)
async def set_mailing_file(f: types.Message):
fid = f.document.file_id
await bot.send_document(chat_id=f.from_user.id, document=fid)
.
ᅠ