Compartilhar via


ChatCompositeClientState type

Estado chatAdapter inferido de Serviços de Comunicação do Azure back-end.

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