Link Search Menu Expand Document

Constructor: storyReactionPublicRepost

Back to constructors index

A certain peer has reposted the story.

Attributes:

NameTypeRequiredDescription
peer_idPeerYesThe peer that reposted the story.
storyStoryItemYesThe reposted story.

Type: StoryReaction

Example:

$storyReactionPublicRepost = ['_' => 'storyReactionPublicRepost', 'peer_id' => Peer, 'story' => StoryItem];