mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-16 20:59:29 +00:00
Fix comments
This commit is contained in:
parent
e6c6bd839c
commit
872f4f865a
@ -37,8 +37,8 @@ class DeletedMessagesHandler(Handler):
|
||||
client (:obj:`Client <pyrogram.Client>`):
|
||||
The Client itself, useful when you want to call other API methods inside the message handler.
|
||||
|
||||
message (:obj:`Message <pyrogram.Message>`):
|
||||
The received message.
|
||||
messages (:obj:`Message <pyrogram.Messages>`):
|
||||
The received messages.
|
||||
"""
|
||||
|
||||
def __init__(self, callback: callable, filters=None):
|
||||
|
Loading…
Reference in New Issue
Block a user