MessageActionsPayload.Mentions プロパティ

定義

メッセージに記載されているエンティティの一覧を取得または設定します。

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)

プロパティ値

メッセージに記載されているエンティティ。

適用対象