Udostępnij za pośrednictwem


ChatCompositeClientState type

Stan ChatAdapter wywnioskowany z zaplecza Azure Communication Services.

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