Share via


AcsChatThreadPropertiesUpdatedPerUserEventData interface

Schema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatThreadPropertiesUpdatedPerUser event.

Extends

Properties

editedByCommunicationIdentifier

The communication identifier of the user who updated the thread properties

editTime

The time at which the properties of the thread were updated

metadata

The thread metadata

properties

The updated thread properties

Inherited Properties

createTime

The original creation time of the thread

recipientCommunicationIdentifier

The communication identifier of the target user

threadId

The chat thread id

transactionId

The transaction id will be used as co-relation vector

version

The version of the thread

Property Details

editedByCommunicationIdentifier

The communication identifier of the user who updated the thread properties

editedByCommunicationIdentifier: CommunicationIdentifierModel

Property Value

editTime

The time at which the properties of the thread were updated

editTime?: string

Property Value

string

metadata

The thread metadata

metadata?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

properties

The updated thread properties

properties: {[propertyName: string]: Record<string, unknown>}

Property Value

{[propertyName: string]: Record<string, unknown>}

Inherited Property Details

createTime

The original creation time of the thread

createTime: string

Property Value

string

Inherited From AcsChatThreadEventBase.createTime

recipientCommunicationIdentifier

The communication identifier of the target user

recipientCommunicationIdentifier: CommunicationIdentifierModel

Property Value

Inherited From AcsChatThreadEventBase.recipientCommunicationIdentifier

threadId

The chat thread id

threadId: string

Property Value

string

Inherited From AcsChatThreadEventBase.threadId

transactionId

The transaction id will be used as co-relation vector

transactionId: string

Property Value

string

Inherited From AcsChatThreadEventBase.transactionId

version

The version of the thread

version: number

Property Value

number

Inherited From AcsChatThreadEventBase.version