Information about a single story repost.

Constructors

Properties

_peers: PeersIndex

Accessors

  • get date(): Date
  • Date when the repost has happened

    Returns Date

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

    Returns boolean

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

    Returns boolean

  • get message(): null | Message
  • Message that has been forwarded/reposted.

    Only available if kind is forward.

    Returns null | Message

  • get peer(): Peer
  • Information about the peer who has made the reposted

    Returns Peer

  • get story(): null | Story
  • Story that has been reposted.

    Only available if kind is repost.

    Returns null | Story