mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-16 12:51:18 +00:00
Update docstrings
This commit is contained in:
parent
1f683ba00e
commit
b5f1d3a2a5
@ -246,7 +246,7 @@ class Client:
|
|||||||
your handler using a different group id (lower group id == higher priority).
|
your handler using a different group id (lower group id == higher priority).
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
handler (:obj:`Handler <pyrogram.handler.Handler>`):
|
handler (``Handler``):
|
||||||
The handler to be registered.
|
The handler to be registered.
|
||||||
|
|
||||||
group (``int``, optional):
|
group (``int``, optional):
|
||||||
|
@ -36,7 +36,7 @@ class MessageHandler(Handler):
|
|||||||
client (:obj:`Client <pyrogram.Client>`):
|
client (:obj:`Client <pyrogram.Client>`):
|
||||||
The Client itself, useful when you want to call other API methods inside the message handler.
|
The Client itself, useful when you want to call other API methods inside the message handler.
|
||||||
|
|
||||||
message (:obj:`Message <pyrogram.Message>`):
|
message (:obj:`Message <pyrogram.api.types.pyrogram.Message>`):
|
||||||
The received message.
|
The received message.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user