Available Methods¶
All methods listed here are bound to a Client instance.
from pyrogram import Client
app = Client("my_account")
with app:
app.send_message(chat_id="me", text="Hi!")
All methods listed here are bound to a Client instance.
from pyrogram import Client
app = Client("my_account")
with app:
app.send_message(chat_id="me", text="Hi!")