AcsChatMessageDeletedInThreadEventData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Schema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatMessageDeletedInThread event.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.AcsChatMessageDeletedInThreadEventData+AcsChatMessageDeletedInThreadEventDataConverter))]
public class AcsChatMessageDeletedInThreadEventData : Azure.Messaging.EventGrid.SystemEvents.AcsChatMessageEventInThreadBaseProperties
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.AcsChatMessageDeletedInThreadEventData+AcsChatMessageDeletedInThreadEventDataConverter))>]
type AcsChatMessageDeletedInThreadEventData = class
inherit AcsChatMessageEventInThreadBaseProperties
Public Class AcsChatMessageDeletedInThreadEventData
Inherits AcsChatMessageEventInThreadBaseProperties
- Inheritance
-
AcsChatMessageDeletedInThreadEventData
- Attributes
Properties
ComposeTime |
The original compose time of the message. (Inherited from AcsChatMessageEventInThreadBaseProperties) |
DeleteTime |
The time at which the message was deleted. |
MessageId |
The chat message id. (Inherited from AcsChatMessageEventInThreadBaseProperties) |
SenderCommunicationIdentifier |
The communication identifier of the sender. (Inherited from AcsChatMessageEventInThreadBaseProperties) |
SenderDisplayName |
The display name of the sender. (Inherited from AcsChatMessageEventInThreadBaseProperties) |
ThreadId |
The chat thread id. (Inherited from AcsChatEventInThreadBaseProperties) |
TransactionId |
The transaction id will be used as co-relation vector. (Inherited from AcsChatEventInThreadBaseProperties) |
Type |
The type of the message. (Inherited from AcsChatMessageEventInThreadBaseProperties) |
Version |
The version of the message. (Inherited from AcsChatMessageEventInThreadBaseProperties) |
Applies to
Azure SDK for .NET