Condividi tramite


ChatCompositeClientState type

ChatAdapter stato dedotto dal back-end di Servizi di comunicazione di Azure.

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