Constructor: storyReactionPublicRepost
A certain peer has reposted the story.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
peer_id | Peer | Yes | The peer that reposted the story. |
story | StoryItem | Yes | The reposted story. |
Type: StoryReaction
Example:
$storyReactionPublicRepost = ['_' => 'storyReactionPublicRepost', 'peer_id' => Peer, 'story' => StoryItem];