Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ChatThread

Package version

An interface representing a chat thread.

Hierarchy

  • any
    • ChatThread

Index

Properties

Optional createdBy

createdBy: CommunicationUser

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

Optional createdOn

createdOn: Date

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

Optional id

id: undefined | string

Chat thread id.

Optional members

members: ChatThreadMember[]

Chat thread members. Chat thread members.

Optional topic

topic: undefined | string

Chat thread topic.

Generated using TypeDoc