AcsChatThreadParticipant interface
Schema of the chat thread participant
Properties
| display |
The name of the user |
| metadata | The metadata of the user |
| participant |
The communication identifier of the user |
Property Details
displayName
The name of the user
displayName?: string
Property Value
string
metadata
The metadata of the user
metadata: Record<string, string>
Property Value
Record<string, string>
participantCommunicationIdentifier
The communication identifier of the user
participantCommunicationIdentifier: CommunicationIdentifierModel