Skip to main content

storyFwdHeader

Contains info about the original poster of a reposted story.

type tg.StoryFwdHeader struct { /* ... */ }

Fields

NameTypeRequiredDescription
ModifiedboolWhether the story media was modified before reposting it (for example by overlaying a round video with a reaction).
FromPeerClassPeer 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.
FromNamestringWill be set for stories forwarded from a user with forwards privacy enabled, in which case from will also be empty.
StoryIDint, contains the story ID

References