storyFwdHeader
Contains info about the original poster of a reposted story.
type tg.StoryFwdHeader struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Modified | bool | — | Whether the story media was modified before reposting it (for example by overlaying a round video with a reaction). |
From | PeerClass | — | Peer 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. |
FromName | string | — | Will be set for stories forwarded from a user with forwards privacy enabled, in which case from will also be empty. |
StoryID | int | — | , contains the story ID |
References
- Official documentation
- Generated Go reference
- TL definition:
storyFwdHeader#b826e150