ChatClientState type
Centraliserat tillstånd för <xref:%40azure%2Fcommunication-chat%23ChatClient>.
type ChatClientState = {
displayName: string
latestErrors: ChatErrors
threads: { [key: string]: ChatThreadClientState }
userId: CommunicationIdentifierKind
}