Tweet_ReplyAudience - daneden/Twift GitHub Wiki

Tweet.ReplyAudience

The audience that can reply to an associated Tweet

public enum ReplyAudience: String, Codable 

Inheritance

Codable, String

Enumeration Cases

everyone

Everyone on Twitter can reply to the associated Tweet

case everyone

following

Only users who follow the Tweet author can reply

case following

mentionedUsers

Only users mentioned in the Tweet can reply

case mentionedUsers