Constructor: storyViewPublicRepost
A certain peer has reposted the story.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
blocked | Bool | Optional | Whether we have completely blocked this user, including from viewing more of our stories. |
blocked_my_stories_from | Bool | Optional | Whether we have blocked this user from viewing more of our stories. |
peer_id | Peer | Yes | The peer that reposted the story. |
story | StoryItem | Yes | The reposted story. |
Type: StoryView
Example:
$storyViewPublicRepost = ['_' => 'storyViewPublicRepost', 'blocked' => Bool, 'blocked_my_stories_from' => Bool, 'peer_id' => Peer, 'story' => StoryItem];