Link Search Menu Expand Document

Constructor: updateSentStoryReaction

Back to constructors index

Indicates we reacted to a story ».

Attributes:

NameTypeRequiredDescription
peerlongYesThe peer that sent the story
story_idintYesID of the story we reacted to
reactionReactionOptionalThe reaction that was sent

Type: Update

Example:

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