Activity.MembersAdded Property

Definition

Gets or sets the collection of members added to the conversation.

public System.Collections.Generic.IList<Microsoft.Bot.Schema.ChannelAccount> MembersAdded { get; set; }
member this.MembersAdded : System.Collections.Generic.IList<Microsoft.Bot.Schema.ChannelAccount> with get, set
Public Property MembersAdded As IList(Of ChannelAccount)

Property Value

The collection of members added to the conversation.

Implements

Applies to