MediaType - daneden/Twift GitHub Wiki

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
⚠️ **GitHub.com Fallback** ⚠️