I have got this problem with pyrogram
app = Client("session",
api_id,
api_hash,
bot_token)
How can i send message via bot not userbot ?
I have got this problem with pyrogram
app = Client("session",
api_id,
api_hash,
bot_token)
How can i send message via bot not userbot ?
Copyright © 2021 Jogjafile Inc.
for using a bot and a userbot separately in same time you should do this :
or you can use 2 threads with using threading mudule.