mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 20:14:51 +00:00
A batch script would be as simple as this example:
from pyrogram import Client
with Client("...") as app:
app.send_message("haskell", "hi")
|
||
|---|---|---|
| .. | ||
| dispatcher | ||
| ext | ||
| filters | ||
| handlers | ||
| methods | ||
| style | ||
| types | ||
| __init__.py | ||
| client.py | ||