0

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'))
sokol
  • 21
  • 2
  • 1
    Probably you may want to send a "video note" and not a video. Possible inspiration: https://core.telegram.org/tdlib/docs/classtd_1_1td__api_1_1video_note.html – Valerio Bozz Jun 19 '23 at 08:23

0 Answers0