Quick Start
Patch all the available things into your version of pyrogram
Available patches in pyropatch
Command Handler
Flood Handler
Listen
from pyropatch import pyropatch #apply all patches
from pyrogram import Client
app = Client(...)
Last updated