Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ChatThreadInfo

Package version

Hierarchy

  • ChatThreadInfo

Index

Properties

Optional id

id: undefined | string

Chat thread id.

Optional isDeleted

isDeleted: undefined | false | true

Flag if a chat thread is soft deleted.

Optional lastMessageReceivedOn

lastMessageReceivedOn: Date

The timestamp when the last message arrived at the server. The timestamp is in ISO8601 format: yyyy-MM-ddTHH:mm:ssZ.

Optional topic

topic: undefined | string

Chat thread topic.

Generated using TypeDoc