Constructor: storyViewPublicForward
A certain peer has forwarded the story as a message to a public chat or channel.
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. |
| message | Message | Optional | The message with the forwarded story. |
Type: StoryView
Example:
$storyViewPublicForward = ['_' => 'storyViewPublicForward', 'blocked' => Bool, 'blocked_my_stories_from' => Bool, 'message' => Message];