Skip to content

MediaCategory

daneden edited this page Feb 10, 2022 · 1 revision

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"
Types
Global Variables
Global Functions
Extensions
Clone this wiki locally