Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ChatThreadInfo

Package version

Summary information of a chat thread.

Hierarchy

  • ChatThreadInfo

Index

Properties

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.

Optional lastMessageReceivedOn

lastMessageReceivedOn: Date

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

topic: string

Chat thread topic.

Generated using TypeDoc