MediaCategory - daneden/Twift GitHub Wiki

MediaCategory

public enum MediaCategory: String 

Inheritance

String

Enumeration Cases

tweetVideo

The category for video media attached to Tweets

case tweetVideo = "tweet_video"

tweetImage

The category for images attached to Tweets

case tweetImage = "tweet_image"

tweetGif

The category for gifs attached to Tweets

case tweetGif = "tweet_gif"