mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-29 13:27:47 +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>`):
|
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):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user