Information about a single user who has viewed a story.

Constructors

Properties

_peers: PeersIndex

Accessors

  • get date(): Date
  • Date when the view has occurred

    Returns Date

  • get isBlocked(): boolean
  • Whether this user is in current user's global blacklist

    Returns boolean

  • get isStoriesBlocked(): boolean
  • Whether current user's stories are hidden from this user

    Returns boolean

  • get reactionEmoji(): null | ReactionEmoji
  • Reaction this user has left, if any

    Returns null | ReactionEmoji

  • get user(): User
  • Information about the user

    Returns User