Update docstrings

This commit is contained in:
Dan 2018-04-11 03:53:10 +02:00
parent 1f683ba00e
commit b5f1d3a2a5
2 changed files with 2 additions and 2 deletions

View File

@ -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):

View File

@ -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.
""" """