How to make a telegram circle from a user-sent video and send it back to the chat?
@router.message(Command("Get_circle")) async def cmd_circle(message: Message): await message.answer_video_note(video_note="videoid")
The bot sends the video that the user sent
Игорь А is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.