Hierarchy

Properties

createdAt?: Date
creator: IUser
customFields?: {
    [key: string]: any;
}

Type declaration

  • [key: string]: any
description?: string
displayName?: string
displaySystemMessages?: boolean
id: string
isDefault?: boolean
isReadOnly?: boolean
lastModifiedAt?: Date
livechatData?: {
    [key: string]: any;
}

Type declaration

  • [key: string]: any
messageCount?: number
parentRoom?: IRoom
slugifiedName: string
type: RoomType
updatedAt?: Date
userIds?: string[]
usernames: string[]

Deprecated

usernames will be removed on version 2.0.0

Generated using TypeDoc