How can I run multiple client in telethon? in pyrogram I can do like this: tokens =["134:abc, 183:abc"] for token in tokens: client = Client( f"{token}", ...
What's the difference between, event.reply and event.respond ?
How can I set more than one username in my account?