mirror of
https://github.com/pyrogram/pyrogram
synced 2025-09-01 23:05:15 +00:00
Fix comments
This commit is contained in:
@@ -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):
|
||||
|
Reference in New Issue
Block a user