Constructor: publicForwardStory
Contains info about a forward of a story as a repost by a public channel.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
peer | long | Yes | The channel that reposted the story. |
story | StoryItem | Yes | The reposted story (may be different from the original story). |
Type: PublicForward
Example:
$publicForwardStory = ['_' => 'publicForwardStory', 'peer' => long, 'story' => StoryItem];