MadelineProtoDocs/docs/API_docs/constructors/updateSentStoryReaction.md
2024-05-01 14:53:46 +02:00

951 B

title description nav_exclude image
updateSentStoryReaction Indicates we reacted to a story ». true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: updateSentStoryReaction

Back to constructors index

Indicates we reacted to a story ».

Attributes:

Name Type Required Description
peer long Yes The peer that sent the story
story_id int Yes ID of the story we reacted to
reaction Reaction Optional The reaction that was sent

Type: Update

Example:

$updateSentStoryReaction = ['_' => 'updateSentStoryReaction', 'peer' => long, 'story_id' => int, 'reaction' => Reaction];