telegram api constructor · layer 229 · #8d595cd6
storyViews
Aggregated view and reaction information of a story.
definition
storyViews#8d595cd6 flags:# has_viewers:flags.1?true views_count:int forwards_count:flags.2?int reactions:flags.3?Vector<ReactionCount> reactions_count:flags.4?int recent_viewers:flags.0?Vector<long> = StoryViews;
parameters
| name | type | description |
|---|---|---|
flags | # | Flags, see TL conditional fields |
has_viewers | true | 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. |
views_count | int | View counter of the story |
forwards_count | int | Forward counter of the story |
reactions | Vector<ReactionCount> | All reactions sent to this story |
reactions_count | int | Number of reactions added to the story |
recent_viewers | Vector<long> | User IDs of some recent viewers of the story |
type
history
present in layers 160–229 · constructor id changed 2×
| id | layers |
|---|---|
| #d36760cf | 160 |
| #c64c0b97 | 161–163 |
| #8d595cd6 | 164–229 |