2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-29 13:27:47 +00:00

Fix comments

This commit is contained in:
Vitali 2018-06-19 11:27:34 -03:00 committed by Vitali Mateus
parent e6c6bd839c
commit 872f4f865a

View File

@ -37,8 +37,8 @@ class DeletedMessagesHandler(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>`): messages (:obj:`Message <pyrogram.Messages>`):
The received message. The received messages.
""" """
def __init__(self, callback: callable, filters=None): def __init__(self, callback: callable, filters=None):