共用方式為


AcsChatParticipantAddedToThreadEventData interface

Microsoft.Communication.ChatThreadParticipantAdded 事件之 EventGridEvent 的 Data 属性架構。

Extends

屬性

addedByCommunicationIdentifier

新增使用者之使用者的通訊標識碼

participantAdded

已新增之使用者的詳細數據

time

使用者新增至線程的時間

version

線程的版本

繼承的屬性

threadId

聊天對話標識碼

transactionId

交易標識碼將作為共同關聯向量使用

屬性詳細資料

addedByCommunicationIdentifier

新增使用者之使用者的通訊標識碼

addedByCommunicationIdentifier: CommunicationIdentifierModel

屬性值

participantAdded

已新增之使用者的詳細數據

participantAdded: AcsChatThreadParticipant

屬性值

time

使用者新增至線程的時間

time: string

屬性值

string

version

線程的版本

version: number

屬性值

number

繼承的屬性詳細資料

threadId

聊天對話標識碼

threadId: string

屬性值

string

繼承自AcsChatEventInThreadBase.threadId

transactionId

交易標識碼將作為共同關聯向量使用

transactionId: string

屬性值

string

繼承自AcsChatEventInThreadBase.transactionId