SendMessageByPhoneNumberInput.MMSMediaAttachmentsForThisMessage Property

Definition

Array of MMS Media attachments for this message. Attachments must be urls gotten from the post /mms endpoint (not included in this connector). External attachment links will not be accepted.

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

Property Value

Attributes

Applies to