Link Search Menu Expand Document

Constructor: storyFwdHeader

Back to constructors index

Contains info about the original poster of a reposted story.

Attributes:

NameTypeRequiredDescription
modifiedBoolOptionalWhether the story media was modified before reposting it (for example by overlaying a round video with a reaction).
fromPeerOptionalPeer that originally posted the story; will be empty for stories forwarded from a user with forwards privacy enabled, in which case from_name will be set, instead.
from_namestringOptionalWill be set for stories forwarded from a user with forwards privacy enabled, in which case from will also be empty.
story_idintOptional, contains the story ID

Type: StoryFwdHeader

Example:

$storyFwdHeader = ['_' => 'storyFwdHeader', 'modified' => Bool, 'from' => Peer, 'from_name' => 'string', 'story_id' => int];