mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-02 13:34:51 +00:00
Add DisconnectHandler to docs
This commit is contained in:
parent
62d4b2aeee
commit
bbfc533417
2 changed files with 8 additions and 1 deletions
6
docs/source/pyrogram/handlers/DisconnectHandler.rst
Normal file
6
docs/source/pyrogram/handlers/DisconnectHandler.rst
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
DisconnectHandler
|
||||
=================
|
||||
|
||||
.. autoclass:: pyrogram.DisconnectHandler
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
|
@ -6,4 +6,5 @@ Handlers
|
|||
.. toctree::
|
||||
MessageHandler
|
||||
CallbackQueryHandler
|
||||
RawUpdateHandler
|
||||
RawUpdateHandler
|
||||
DisconnectHandler
|
||||
Loading…
Reference in a new issue