can do like this:
tokens =["134:abc, 183:abc"]
for token in tokens:
client = Client(
f"{token}",
api_id=API_ID,
api_hash=API_HASH,
bot_token=token,
plugins={"root": "plugins"}
)
await client.start()
telethon haven't smart plugins then How can I do it, some help
These are pyrogram code
It's a pyrogram code, I'm rewriting my pyrogram code into telethon, Im running multiple client in that code , in pyrogram we can add smart plugins 'plugins'
Обсуждают сегодня