Link Search Menu Expand Document

Constructor: updateNewStoryReaction

Back to constructors index

Represents a new reaction to a story.

Attributes:

NameTypeRequiredDescription
story_idintYesStory ID.
peerlongYesThe peer where the story was posted.
reactionReactionOptionalThe reaction.

Type: Update

Example:

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