Tweet_ReferencedTweet_ReferenceType - daneden/Twift GitHub Wiki

Tweet.ReferencedTweet.ReferenceType

The type of reference for referenced Tweets

public enum ReferenceType: String, Codable 

Inheritance

Codable, String

Enumeration Cases

quoted

The referenced Tweet was quoted in the author's Tweet

case quoted

repliedTo

The author's Tweet was a reply to the referenced Tweet

case repliedTo = "replied_to"

retweeted

case retweeted