Context
public enum Context : String, Codable
extension Filter.Context: Identifiable
Undocumented
-
home timeline and lists
Declaration
Swift
case home
-
notifications timeline
Declaration
Swift
case notifications
-
public timelines
Declaration
Swift
case `public`
-
expanded thread of a detailed status
Declaration
Swift
case thread
-
when viewing a profile
Declaration
Swift
case account
-
Declaration
Swift
public var id: `Self` { get }