I tried to do it using video_note but it sends only video but i want a circle video. I need a code sample to send video messages in telegram.
@dp.message_handler(commands=['start'])
async def send_welcome(message: types.Message):
await bot.send_video_note(message.from_user.id, open('test.mp4','rb'))