Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ChatThreadProperties

Package version

Chat thread. Chat thread.

Hierarchy

  • ChatThreadProperties

Index

Properties

Optional createdBy

createdBy: CommunicationIdentifierKind

Identifies a participant in Azure Communication services. A participant is, for example, a phone number or an Azure communication user. This model must be interpreted as a union: Apart from rawId, at most one further property may be set.

createdByCommunicationIdentifier

createdByCommunicationIdentifier: CommunicationIdentifierModel

Identifies a participant in Azure Communication services. A participant is, for example, a phone number or an Azure communication user. This model must be interpreted as a union: Apart from rawId, at most one further property may be set.

createdOn

createdOn: Date

The timestamp when the chat thread was created. The timestamp is in RFC3339 format: yyyy-MM-ddTHH:mm:ssZ. 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. 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. Chat thread id.

topic

topic: string

Chat thread topic. Chat thread topic.

Generated using TypeDoc