View Source ExTDLib.Method.SetStoryReaction (ExTDLib v0.0.4)
Changes chosen reaction on a story. Returns object_ptr<Ok>.
| Name | Type | Description |
|---|---|---|
| story_sender_chat_id | string | The identifier of the sender of the story. |
| story_id | number | The identifier of the story. |
| reaction_type | ReactionType | Type of the reaction to set; pass null to remove the reaction. reactionTypeCustomEmoji reactions can be used only by Telegram Premium users. |
| update_recent_reactions | bool | Pass true if the reaction needs to be added to recent reactions. |
More details on telegram's documentation.