mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
parent
1a1075090d
commit
e0fdcc7f3a
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ class SendReaction:
|
|||
raw.functions.messages.SendReaction(
|
||||
peer=await self.resolve_peer(chat_id),
|
||||
msg_id=message_id,
|
||||
reaction=emoji,
|
||||
reaction=[raw.types.ReactionEmoji(emoticon=emoji)] if emoji else None,
|
||||
big=big
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue