Constructor: updateNewStoryReaction
Represents a new reaction to a story.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
story_id | int | Yes | Story ID. |
peer | long | Yes | The peer where the story was posted. |
reaction | Reaction | Optional | The reaction. |
Type: Update
Example:
$updateNewStoryReaction = ['_' => 'updateNewStoryReaction', 'story_id' => int, 'peer' => long, 'reaction' => Reaction];