ChatThreadItem interface

Summary information of a chat thread.

Properties

deletedOn

The timestamp when the chat thread was deleted. The timestamp is in RFC3339 format: yyyy-MM-ddTHH:mm:ssZ.

id

Chat thread id.

lastMessageReceivedOn

The timestamp when the last message arrived at the server. The timestamp is in RFC3339 format: yyyy-MM-ddTHH:mm:ssZ. NOTE: This property will not be serialized. It can only be populated by the server.

topic

Chat thread topic.

Property Details

deletedOn

The timestamp when the chat thread was deleted. The timestamp is in RFC3339 format: yyyy-MM-ddTHH:mm:ssZ.

deletedOn?: Date

Property Value

Date

id

Chat thread id.

id: string

Property Value

string

lastMessageReceivedOn

The timestamp when the last message arrived at the server. The timestamp is in RFC3339 format: yyyy-MM-ddTHH:mm:ssZ. NOTE: This property will not be serialized. It can only be populated by the server.

lastMessageReceivedOn?: Date

Property Value

Date

topic

Chat thread topic.

topic: string

Property Value

string