ChatThreadClientState type
Centraliserat tillstånd för <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[]
}