Share via


AcsChatParticipantAddedToThreadWithUserEventData Class

Definition

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

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.AcsChatParticipantAddedToThreadWithUserEventData+AcsChatParticipantAddedToThreadWithUserEventDataConverter))]
public class AcsChatParticipantAddedToThreadWithUserEventData : Azure.Messaging.EventGrid.SystemEvents.AcsChatThreadEventBaseProperties
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.AcsChatParticipantAddedToThreadWithUserEventData+AcsChatParticipantAddedToThreadWithUserEventDataConverter))>]
type AcsChatParticipantAddedToThreadWithUserEventData = class
    inherit AcsChatThreadEventBaseProperties
Public Class AcsChatParticipantAddedToThreadWithUserEventData
Inherits AcsChatThreadEventBaseProperties
Inheritance
AcsChatParticipantAddedToThreadWithUserEventData
Attributes

Properties

AddedByCommunicationIdentifier

The communication identifier of the user who added the user.

CreateTime

The original creation time of the thread.

(Inherited from AcsChatThreadEventBaseProperties)
ParticipantAdded

The details of the user who was added.

RecipientCommunicationIdentifier

The communication identifier of the target user.

(Inherited from AcsChatEventBaseProperties)
ThreadId

The chat thread id.

(Inherited from AcsChatEventBaseProperties)
Time

The time at which the user was added to the thread.

TransactionId

The transaction id will be used as co-relation vector.

(Inherited from AcsChatEventBaseProperties)
Version

The version of the thread.

(Inherited from AcsChatThreadEventBaseProperties)

Applies to