Link Search Menu Expand Document

Constructor: publicForwardStory

Back to constructors index

Contains info about a forward of a story as a repost by a public channel.

Attributes:

NameTypeRequiredDescription
peerlongYesThe channel that reposted the story.
storyStoryItemYesThe reposted story (may be different from the original story).

Type: PublicForward

Example:

$publicForwardStory = ['_' => 'publicForwardStory', 'peer' => long, 'story' => StoryItem];