Pyropatch
  • INTRODUCTION
    • Installation
    • Quick Start
  • Patches
    • Command Handler
    • Flood Handler
    • Listen
      • Message Listener
      • Callback Listener
      • Inline Query Listener
      • Inline Result Listener
  • Misc
    • Support
Powered by GitBook
On this page
  1. INTRODUCTION

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(...)

PreviousInstallationNextCommand Handler

Last updated 2 years ago