Constructors

Properties

_peers: PeersIndex

Accessors

  • get approvedBy(): null | User
  • The administrator that approved the join request of the user

    Returns null | User

  • get bio(): null | string
  • For users with pending requests, contains bio of the user that requested to join

    Returns null | string

  • get date(): Date
  • Date when the user joined the chat

    Returns Date

  • get isPendingRequest(): boolean
  • Whether this user currently has a pending join request (and is actually not a member yet)

    Returns boolean

  • get isViaChatlist(): boolean
  • Whether the participant joined by importing a chat folder deep link

    Returns boolean

  • get user(): User
  • User who joined the chat

    Returns User