Open gmankab opened 5 months ago
pip3 install -U git+https://github.com/Mayuri-Chan/pyrofork
there is a synchronous useage guide in docs - https://pyrofork.mayuri.my.id/main/topics/synchronous.html
when i run the code it runs, throws no errors, but there are no any sent messages
from pyrogram import Client app = Client("my_account") with app: app.send_message("me", "Hi!") print('sent')
.venv/bin/python test.py sent
Checklist
pip3 install -U git+https://github.com/Mayuri-Chan/pyrofork
and reproduced the issue using the latest development versionDescription
there is a synchronous useage guide in docs - https://pyrofork.mayuri.my.id/main/topics/synchronous.html
when i run the code it runs, throws no errors, but there are no any sent messages
Steps to reproduce
Code example
Logs