Skip to content

MediaType

daneden edited this page May 22, 2022 · 11 revisions

MediaType

public enum MediaType: String, Codable, RawRepresentable 

Inheritance

Codable, RawRepresentable, String

Enumeration Cases

animatedGif

Animated .gif media type

case animatedGif = "animated_gif"

video

Video media type

case video

photo

Photo media type

case photo

string

DEBUG

Used exclusively for the test suite

case string
Types
Global Variables
Global Functions
Extensions
Clone this wiki locally