Share via


FacebookEntry.Changes Property

Definition

Gets the changes list.

public System.Collections.Generic.List<Microsoft.Bot.Builder.Adapters.Facebook.FacebookMessage> Changes { get; }
member this.Changes : System.Collections.Generic.List<Microsoft.Bot.Builder.Adapters.Facebook.FacebookMessage>
Public ReadOnly Property Changes As List(Of FacebookMessage)

Property Value

The list of changes.

Applies to