Skip to main content

storyView

Story view date and reaction information

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

Implements StoryView.

Fields

NameTypeRequiredDescription
BlockedboolWhether we have completely blocked this user, including from viewing more of our stories.
BlockedMyStoriesFromboolWhether we have blocked this user from viewing more of our stories.
UserIDint64yesThe user that viewed the story
DateintyesWhen did the user view the story
ReactionReactionClassIf present, contains the reaction that the user left on the story

References