Partager via


ChatCompositeClientState type

ChatAdapter'état déduit à partir du serveur principal Azure Communication Services.

type ChatCompositeClientState = {
  displayName: string
  latestErrors: AdapterErrors
  thread: ChatThreadClientState
  userId: CommunicationIdentifierKind
}