pyrofork: Fix Message.react returns

Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
wulan17 2025-01-22 15:54:54 +07:00
parent ca5c406a00
commit 377fda434b
No known key found for this signature in database
GPG key ID: 318CD6CD3A6AC0A5

View file

@ -5109,7 +5109,7 @@ class Message(Object, Update):
This option is applicable only for users. This option is applicable only for users.
Returns: Returns:
:obj: `~pyrogram.types.MessageReactions`: On success, True is returned. :obj: :obj:`~pyrogram.types.MessageReactions`: On success, True is returned.
Raises: Raises:
RPCError: In case of a Telegram RPC error. RPCError: In case of a Telegram RPC error.