Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ChatParticipant

Package version

A participant of the chat thread. A participant of the chat thread.

Hierarchy

  • ChatParticipant

Index

Properties

communicationIdentifier

communicationIdentifier: 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.

Optional displayName

displayName: undefined | string

Display name for the chat participant. Display name for the chat participant.

id

id: CommunicationIdentifier

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.

Optional shareHistoryTime

shareHistoryTime: Date

Time from which the chat history is shared with the participant. The timestamp is in RFC3339 format: yyyy-MM-ddTHH:mm:ssZ. Time from which the chat history is shared with the participant. The timestamp is in RFC3339 format: yyyy-MM-ddTHH:mm:ssZ.

Generated using TypeDoc