Share via


MessageActionsPayload.Mentions Property

Definition

Gets or sets list of entities mentioned in the message.

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

Property Value

The entities mentioned in the message.

Applies to