Д
bot.send_video_note(message.chat.id, open('path/to/video.mp4', 'rb'))
Size: a a a
Д
bot.send_video_note(message.chat.id, open('path/to/video.mp4', 'rb'))
ɃⱣ
ɃⱣ
F
F
F
Д
@dp.message_handler(content_types=types.ContentType.VIDEO)
async def video(message: types.Message):
file_id = message.video.file_id
file = await bot.get_file(file_id)
file_path = file.file_path
await message.answer_video_note(await bot.download_file(file_path))
ɃⱣ
TA
bot.send_video_note(message.chat.id, open('path/to/video.mp4', 'rb'))
Д
RM
F
RM
RM
F
F
k🥔
ф[
k🥔
k🥔