pyrofork: Changed send_reaction description

Now you can react to service messages

Signed-off-by: Yasir <git@yasir.id>
This commit is contained in:
Yasir Aris M 2025-01-10 09:53:23 +07:00 committed by Yasir
parent 2e0ec55dd3
commit d82a3fb1f7

View file

@ -34,12 +34,16 @@ class SendReaction:
add_to_recent: bool = False
) -> "types.MessageReactions":
"""Use this method to send reactions on a message/stories.
Service messages can't be reacted to.
Automatically forwarded messages from
a channel to its discussion group have the
same available reactions as messages in the channel.
Automatically forwarded messages from a channel to its discussion group have the same available reactions as messages in the channel.
Bots can't use paid reactions.
.. include:: /_includes/usable-by/users-bots.rst
You must use exactly one of ``message_id`` OR ``story_id``.
If you specify, ``message_id``
.. include:: /_includes/usable-by/users-bots.rst
If you specify, ``story_id``
.. include:: /_includes/usable-by/users.rst
Parameters:
chat_id (``int`` | ``str``):