Options
All
  • Public
  • Public/Protected
  • All
Menu

Channel model for a single entry in the channel list

description

Holds display and state data for that channel

Hierarchy

  • ChatUIChannelModel

Index

Properties

channelIdentifier: ChannelIdentifier
name: string = ''
avatarUrl: string = ''
draft: string = ''
latestMessage: null | ChatUIMessageModel<Record<string, any>> = null
isPinned: boolean = false
noDisturbLevel: ChannelNoDisturbLevel = ChannelNoDisturbLevel.ALL_MESSAGE
unreadCount: number = 0
updateTime: number = 0
online: boolean = false
memberCount: number = 0
mentionedType: ChatUIMentionedType = ChatUIMentionedType.NONE

Accessors

  • get channelId(): string
  • Returns string

  • get channelType(): ChannelType
  • Returns ChannelType

Methods