List
public struct List : Codable, Hashable, Identifiable
Represents a list of some users that the authenticated user follows.
-
The internal database ID of the list.
Declaration
Swift
public var id: String
-
The user-defined title of the list.
Declaration
Swift
public var title: String
-
Which replies should be shown in the list.
Declaration
Swift
public var repliesPolicy: ListRepliesPolicy?
-
Undocumented
Declaration
Swift
public init(id: String, title: String, repliesPolicy: ListRepliesPolicy)