AcsChatMessageDeletedEventData interface

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

Properties

deleteTime

The time at which the message was deleted

Inherited Properties

composeTime

The original compose time of the message

messageId

The chat message id

recipientCommunicationIdentifier

The communication identifier of the target user

senderCommunicationIdentifier

The communication identifier of the sender

senderDisplayName

The display name of the sender

threadId

The chat thread id

transactionId

The transaction id will be used as co-relation vector

type

The type of the message

version

The version of the message

Property Details

deleteTime

The time at which the message was deleted

deleteTime: string

Property Value

string

Inherited Property Details

composeTime

The original compose time of the message

composeTime: string

Property Value

string

Inherited From AcsChatMessageEventBase.composeTime

messageId

The chat message id

messageId: string

Property Value

string

Inherited From AcsChatMessageEventBase.messageId

recipientCommunicationIdentifier

The communication identifier of the target user

recipientCommunicationIdentifier: CommunicationIdentifierModel

Property Value

Inherited From AcsChatMessageEventBase.recipientCommunicationIdentifier

senderCommunicationIdentifier

The communication identifier of the sender

senderCommunicationIdentifier: CommunicationIdentifierModel

Property Value

Inherited From AcsChatMessageEventBase.senderCommunicationIdentifier

senderDisplayName

The display name of the sender

senderDisplayName: string

Property Value

string

Inherited From AcsChatMessageEventBase.senderDisplayName

threadId

The chat thread id

threadId: string

Property Value

string

Inherited From AcsChatMessageEventBase.threadId

transactionId

The transaction id will be used as co-relation vector

transactionId: string

Property Value

string

Inherited From AcsChatMessageEventBase.transactionId

type

The type of the message

type: string

Property Value

string

Inherited From AcsChatMessageEventBase.type

version

The version of the message

version: number

Property Value

number

Inherited From AcsChatMessageEventBase.version