Skip to content

Interface: ChatConversationOptions

structures/Chat.ChatConversationOptions

Table of contents

Properties

Properties

conversationTitle

conversationTitle: object

Type declaration:

Name Type
isDefaultTitle boolean
titleForViewer string

Defined in: structures/Chat.ts:39


conversationType

conversationType: string

Defined in: structures/Chat.ts:38


conversationUniverse

conversationUniverse: null | number

Defined in: structures/Chat.ts:44


hasUnreadMessages

hasUnreadMessages: boolean

Defined in: structures/Chat.ts:31


id

id: number

Defined in: structures/Chat.ts:23


initiator

initiator: object

Type declaration:

Name Type
displayName null | string
name null | string
targetId number
type string

Defined in: structures/Chat.ts:25


lastUpdated

lastUpdated: string

Defined in: structures/Chat.ts:43


participants

participants: { displayName: string ; name: string ; targetId: number ; type: string }[]

Defined in: structures/Chat.ts:32


title

title: string

Defined in: structures/Chat.ts:24