共用方式為


ReadReceiptReceivedEvent interface

已接收讀取回條的事件

Extends
@azure/communication-signaling.BaseChatEvent

屬性

chatMessageId

上次讀取聊天訊息的識別碼。

readOn

讀取訊息時的時間戳。 時間戳的格式為RFC3339:yyyy-MM-ddTHH:mm:ssZ

繼承的屬性

recipient

事件收件者的標識碼。

sender

事件傳送者的標識碼。

senderDisplayName

事件傳送者的顯示名稱。

threadId

事件的線程標識碼。

屬性詳細資料

chatMessageId

上次讀取聊天訊息的識別碼。

chatMessageId: string

屬性值

string

readOn

讀取訊息時的時間戳。 時間戳的格式為RFC3339:yyyy-MM-ddTHH:mm:ssZ

readOn: Date

屬性值

Date

繼承的屬性詳細資料

recipient

事件收件者的標識碼。

recipient: CommunicationIdentifierKind

屬性值

@azure/communication-signaling.CommunicationIdentifierKind

繼承自 BaseChatEvent.recipient

sender

事件傳送者的標識碼。

sender: CommunicationIdentifierKind

屬性值

@azure/communication-signaling.CommunicationIdentifierKind

繼承自 BaseChatEvent.sender

senderDisplayName

事件傳送者的顯示名稱。

senderDisplayName: string

屬性值

string

繼承自 BaseChatEvent.senderDisplayName

threadId

事件的線程標識碼。

threadId: string

屬性值

string

繼承自 BaseChatEvent.threadId