storyView
Story view date and reaction information
type tg.StoryView struct { /* ... */ }
Implements StoryView.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Blocked | bool | — | Whether we have completely blocked this user, including from viewing more of our stories. |
BlockedMyStoriesFrom | bool | — | Whether we have blocked this user from viewing more of our stories. |
UserID | int64 | yes | The user that viewed the story |
Date | int | yes | When did the user view the story |
Reaction | ReactionClass | — | If present, contains the reaction that the user left on the story |
References
- Official documentation
- Generated Go reference
- TL definition:
storyView#b0bdeac5