Aracılığıyla paylaş


ChatThreadClientState type

<xref:%40azure%2Fcommunication-chat%23ChatThreadClient>için merkezi durum.

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