Package version:

Interface ChatThreadItem

Summary information of a chat thread.

Hierarchy

  • ChatThreadItem

Properties

deletedOn?: any

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

id: string

Chat thread id.

lastMessageReceivedOn?: any

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: string

Chat thread topic.

Generated using TypeDoc