Partager via


ChatCompositeClientState type

État ChatAdapter déduit de Azure Communication Services back-end.

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