Link Search Menu Expand Document

Constructor: storyViewPublicForward

Back to constructors index

A certain peer has forwarded the story as a message to a public chat or channel.

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.
messageMessageOptionalThe message with the forwarded story.

Type: StoryView

Example:

$storyViewPublicForward = ['_' => 'storyViewPublicForward', 'blocked' => Bool, 'blocked_my_stories_from' => Bool, 'message' => Message];