Skip to content

Media_MimeType

daneden edited this page Jan 26, 2022 · 3 revisions

Media.MimeType

Valid mime types for media that can be uploaded and attached to a Tweet

public enum MimeType: String 

Inheritance

String

Enumeration Cases

jpeg

case jpeg = "image/jpeg"

png

case png = "image/png"

gif

case gif = "image/gif"

mov

case mov = "video/mov"

mp4

case mp4 = "video/mp4"
Types
Global Variables
Global Functions
Extensions
Clone this wiki locally