storyViews
Aggregated view and reaction information of a story.
type tg.StoryViews struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
HasViewers | bool | — | If set, indicates that the viewers list is currently viewable, and was not yet deleted because the story has expired while the user didn't have a Premium account. |
ViewsCount | int | yes | View counter of the story |
ForwardsCount | int | — | Forward counter of the story |
Reactions | []ReactionCount | — | All reactions sent to this story |
ReactionsCount | int | — | Number of reactions added to the story |
RecentViewers | []int64 | — | User IDs of some recent viewers of the story |
References
- Official documentation
- Generated Go reference
- TL definition:
storyViews#8d595cd6