Skip to content

Commit 3da0567

Browse files
Fix send_reaction for stories
1 parent 1e921d7 commit 3da0567

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyrogram/methods/messages/send_reaction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ async def send_reaction(
7474
rpc = raw.functions.stories.SendReaction(
7575
peer=await self.resolve_peer(chat_id),
7676
story_id=story_id,
77-
reaction=emoji,
77+
reaction=emoji[0],
7878
)
7979
else:
8080
rpc = raw.functions.messages.SendReaction(

0 commit comments

Comments
 (0)