共用方式為


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[]
}