AcsChatThreadDeletedEventData interface
Schema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatThreadDeleted event.
- Extends
Properties
deleted |
The communication identifier of the user who deleted the thread |
delete |
The deletion time of the thread |
Inherited Properties
create |
The original creation time of the thread |
thread |
The chat thread id |
transaction |
The transaction id will be used as co-relation vector |
version | The version of the thread |
Property Details
deletedByCommunicationIdentifier
The communication identifier of the user who deleted the thread
deletedByCommunicationIdentifier: CommunicationIdentifierModel
Property Value
deleteTime
The deletion time of the thread
deleteTime?: string
Property Value
string
Inherited Property Details
createTime
The original creation time of the thread
createTime: string
Property Value
string
Inherited From AcsChatThreadEventInThreadBase.createTime
threadId
The chat thread id
threadId: string
Property Value
string
Inherited From AcsChatThreadEventInThreadBase.threadId
transactionId
The transaction id will be used as co-relation vector
transactionId: string
Property Value
string
Inherited From AcsChatThreadEventInThreadBase.transactionId
version
The version of the thread
version: number
Property Value
number
Inherited From AcsChatThreadEventInThreadBase.version