ChatThreadPropertiesUpdatedEvent interface
已更新聊天對話的事件。 所有聊天參與者都會收到此事件,包括原始寄件者
- Extends
-
@azure/communication-signaling.BaseChatThreadEvent
屬性
properties | 執行緒的屬性。 |
updated |
更新聊天對話的使用者識別碼。 |
updated |
執行緒更新時的時間戳記。 時間戳記是 RFC3339 格式: |
繼承的屬性
thread |
事件的執行緒識別碼。 |
version | 執行緒的版本。 此版本是數值不帶正負號 Int64 格式的 Epoch 時間: |
屬性詳細資料
properties
執行緒的屬性。
properties: ChatThreadProperties
屬性值
@azure/communication-signaling.ChatThreadProperties
updatedBy
更新聊天對話的使用者識別碼。
updatedBy: ChatParticipant
屬性值
@azure/communication-signaling.ChatParticipant
updatedOn
執行緒更新時的時間戳記。 時間戳記是 RFC3339 格式: yyyy-MM-ddTHH:mm:ssZ
。
updatedOn: Date
屬性值
Date
繼承的屬性詳細資料
threadId
事件的執行緒識別碼。
threadId: string
屬性值
string
繼承自 BaseChatThreadEvent.threadId
version
執行緒的版本。 此版本是數值不帶正負號 Int64 格式的 Epoch 時間: 1593117207131
version: string
屬性值
string
繼承自 BaseChatThreadEvent.version