Information about a boost slot

Constructors

Properties

_peers: PeersIndex

Accessors

  • get chat(): null | Chat
  • Channel that is occupying this slot, if any

    Returns null | Chat

  • get cooldownUntil(): null | Date
  • If this slot is occupied, returns the date when we can reassing this slot to another channel.

    If null, we can reassign it immediately.

    Returns null | Date

  • get date(): Date
  • Date when we started boosting this channel

    If this slot is not occupied, will be 0

    Returns Date

  • get expireDate(): Date
  • Date when this boost will automatically expire.

    Returns Date

  • get id(): number
  • ID of this slot

    Returns number

  • get occupied(): boolean
  • Whether this slot is occupied

    Returns boolean