次の方法で共有


ChatThreadClientState type

の <xref:%40azure%2Fcommunication-chat%23ChatThreadClient>一元化された状態。

type ChatThreadClientState = {
  chatMessages: { [key: string]: ChatMessageWithStatus }
  latestReadTime: Date
  participants: { [key: string]: ChatParticipant }
  properties?: ChatThreadProperties
  readReceipts: ChatMessageReadReceipt[]
  threadId: string
  typingIndicators: TypingIndicatorReceivedEvent[]
}