Welcome to PyroTGFork Pyrogram Fork#
Telegram MTProto API Framework for Python
Homepage
•
Development
•
Releases
•
News
from pyrogram import Client, filters
app = Client("my_account")
@app.on_message(filters.private)
async def hello(client, message):
await message.reply("Hello from Pyrogram!")
app.run()
Pyrogram is a modern, elegant and asynchronous MTProto API framework. It enables you to easily interact with the main Telegram API through a user account (custom client) or a bot identity (bot API alternative) using Python.
USE AT YOUR OWN RISK
All of the repositories that we merge features from are listed in Release Notes file.
Support#
If you’d like to support this fork, you can consider reading this message.
How the Documentation is Organized#
Contents are organized into sections composed of self-contained topics which can be all accessed from the sidebar, or by following them in order using the Next button at the end of each page. You can also switch to Dark or Light theme or leave on Auto (follows system preferences) by using the dedicated button in the top left corner.
Here below you can, instead, find a list of the most relevant pages for a quick access.
First Steps#
|
API Reference#
|
Meta#
|