ChatCompositeClientState type

stav ChatAdapter odvozený z back-endu služby Azure Communication Services.

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