ChatClientState type
<xref:%40azure%2Fcommunication-chat%23ChatClient>の一元化された状態。
type ChatClientState = {
displayName: string
latestErrors: ChatErrors
threads: { [key: string]: ChatThreadClientState }
userId: CommunicationIdentifierKind
}