mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-02 21:44:51 +00:00
Fix comments
This commit is contained in:
parent
e6c6bd839c
commit
872f4f865a
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue