SendMessageByPhoneNumberResponse.MmsMedia Property

Definition

List of urls pointing to this message's attachments. All urls will be text-request generated urls.

[System.Text.Json.Serialization.JsonPropertyName("mms_media")]
public System.Collections.Generic.List<string> MmsMedia { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("mms_media")>]
member this.MmsMedia : System.Collections.Generic.List<string> with get, set
Public Property MmsMedia As List(Of String)

Property Value

Attributes

Applies to