View Source ExTDLib.Method.SetStoryReaction (ExTDLib v0.0.4)

Changes chosen reaction on a story. Returns object_ptr<Ok>.

NameTypeDescription
story_sender_chat_idstringThe identifier of the sender of the story.
story_idnumberThe identifier of the story.
reaction_typeReactionTypeType of the reaction to set; pass null to remove the reaction. reactionTypeCustomEmoji reactions can be used only by Telegram Premium users.
update_recent_reactionsboolPass true if the reaction needs to be added to recent reactions.

More details on telegram's documentation.