Skip to content

Commit 5c696a9

Browse files
committed
pyrofork: Fix Message.react returns
Signed-off-by: wulan17 <wulan17@nusantararom.org>
1 parent 375b058 commit 5c696a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyrogram/types/messages_and_media/message.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5109,7 +5109,7 @@ async def react(self, emoji: str = "", big: bool = False, add_to_recent: bool =
51095109
This option is applicable only for users.
51105110
51115111
Returns:
5112-
:obj: `~pyrogram.types.MessageReactions`: On success, True is returned.
5112+
:obj: :obj:`~pyrogram.types.MessageReactions`: On success, True is returned.
51135113
51145114
Raises:
51155115
RPCError: In case of a Telegram RPC error.

0 commit comments

Comments
 (0)