File tree Expand file tree Collapse file tree
pyrogram/types/messages_and_media Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -465,8 +465,8 @@ class Message(Object, Update):
465465 Additional interface options. An object for an inline keyboard, custom reply keyboard,
466466 instructions to remove reply keyboard or to force a reply from the user.
467467
468- reactions (List of :obj:`~pyrogram.types.Reaction `):
469- List of the reactions to this message.
468+ reactions (:obj:`~pyrogram.types.MessageReactions `):
469+ Reactions of this message.
470470
471471 send_paid_messages_stars (``int``, *optional*):
472472 The number of Telegram Stars the sender paid to send the message.
@@ -634,7 +634,7 @@ def __init__(
634634 "types.ForceReply"
635635 ]
636636 ] = None ,
637- reactions : Optional [List [ "types.Reaction" ] ] = None ,
637+ reactions : Optional ["types.MessageReactions" ] = None ,
638638 send_paid_messages_stars : Optional [int ] = None ,
639639 unread_media : Optional [bool ] = None ,
640640 silent : Optional [bool ] = None ,
You can’t perform that action at this time.
0 commit comments