Action.MessagePayload Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.Text.Json.Serialization.JsonPropertyName("messagePayload")]
[System.Text.Json.Serialization.JsonPropertyOrder(6)]
public Microsoft.Teams.Api.Messages.Message? MessagePayload { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("messagePayload")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(6)>]
member this.MessagePayload : Microsoft.Teams.Api.Messages.Message with get, set
Public Property MessagePayload As Message
Property Value
- Attributes