Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ChatThread

Package version

Chat thread. An interface representing a chat thread.

Hierarchy

  • any
    • ChatThread

Index

Properties

createdBy

createdBy: CommunicationUserIdentifier

Id of the chat thread owner. The CommunicationUserIdentifier that identifies this chat thread owner.

createdOn

createdOn: Date

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

Optional deletedOn

deletedOn: Date

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

id

id: string

Chat thread id.

topic

topic: string

Chat thread topic.

Generated using TypeDoc