How to recive multiply urls from telegram bot using aiogram – Telegram API
So user should enter 3 links one by one to bot And bot should save each link to a new variable (exmp: link1,link2,link3) Im tried using message handler with iterating,but for some reason it doesnt work Any workaround? link1 =…