Dela via


ChatCompositeClientState type

ChatAdapter tillstånd som härleds från Azure Communication Services-serverdelen.

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