TwilioMessage.MediaContentTypes 属性

定义

获取消息附带的媒体的内容类型(如果有)。

public System.Collections.Generic.List<string> MediaContentTypes { get; }
member this.MediaContentTypes : System.Collections.Generic.List<string>
Public ReadOnly Property MediaContentTypes As List(Of String)

属性值

消息中包含的媒体的内容类型。

适用于