Skip to content

Tweet_ReplyAudience

daneden edited this page May 21, 2022 · 24 revisions

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