2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-29 05:18:10 +00:00

Merge branch 'new-api' into new-api-docs

This commit is contained in:
Dan 2018-04-11 03:53:20 +02:00
commit 61f54ed1b0
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.
""" """