Activity.Type Property

Definition

Gets or sets the activity type. Possible values include: 'message', 'contactRelationUpdate', 'conversationUpdate', 'typing', 'endOfConversation', 'event', 'invoke', 'deleteUserData', 'messageUpdate', 'messageDelete', 'installationUpdate', 'messageReaction', 'suggestion', 'trace', 'handoff'.

public string Type { get; set; }
member this.Type : string with get, set
Public Property Type As String

Property Value

The activity type (see ActivityTypes).

Implements

Applies to