Skip to content

Commit

Permalink
pyrofork: Fix Message.react returns
Browse files Browse the repository at this point in the history
Signed-off-by: wulan17 <wulan17@nusantararom.org>
  • Loading branch information
wulan17 committed Jan 26, 2025
1 parent 375b058 commit 5c696a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyrogram/types/messages_and_media/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -5109,7 +5109,7 @@ async def react(self, emoji: str = "", big: bool = False, add_to_recent: bool =
This option is applicable only for users.
Returns:
:obj: `~pyrogram.types.MessageReactions`: On success, True is returned.
:obj: :obj:`~pyrogram.types.MessageReactions`: On success, True is returned.
Raises:
RPCError: In case of a Telegram RPC error.
Expand Down

0 comments on commit 5c696a9

Please sign in to comment.