Constructor: updateSentStoryReaction
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];