Link Search Menu Expand Document

Constructor: storyViewPublicRepost

Back to constructors index

A certain peer has reposted the story.

Attributes:

NameTypeRequiredDescription
blockedBoolOptionalWhether we have completely blocked this user, including from viewing more of our stories.
blocked_my_stories_fromBoolOptionalWhether we have blocked this user from viewing more of our stories.
peer_idPeerYesThe peer that reposted the story.
storyStoryItemYesThe reposted story.

Type: StoryView

Example:

$storyViewPublicRepost = ['_' => 'storyViewPublicRepost', 'blocked' => Bool, 'blocked_my_stories_from' => Bool, 'peer_id' => Peer, 'story' => StoryItem];