mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-06 15:14:52 +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(
|
raw.functions.messages.SendReaction(
|
||||||
peer=await self.resolve_peer(chat_id),
|
peer=await self.resolve_peer(chat_id),
|
||||||
msg_id=message_id,
|
msg_id=message_id,
|
||||||
reaction=emoji,
|
reaction=[raw.types.ReactionEmoji(emoticon=emoji)] if emoji else None,
|
||||||
big=big
|
big=big
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue