We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: