Skip to content

Commit 9dcc011

Browse files
author
RimMirK
authored
Fix return type docstring in Message.delete() (#186)
1 parent b12722a commit 9dcc011

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyrogram/types/messages_and_media/message.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5436,7 +5436,7 @@ async def delete(self, revoke: bool = True):
54365436
Defaults to True.
54375437
54385438
Returns:
5439-
True on success, False otherwise.
5439+
``int`` – Amount of affected messages.
54405440
54415441
Raises:
54425442
RPCError: In case of a Telegram RPC error.

0 commit comments

Comments
 (0)