ListParams
public struct ListParams : Codable
Params to change a list of users
-
The user-defined title of the list.
Declaration
Swift
public var title: String -
The user-defined title of the list.
Declaration
Swift
public var repliesPolicy: ListRepliesPolicy? -
Undocumented
Declaration
Swift
public init(title: String, repliesPolicy: ListRepliesPolicy? = nil)
ListParams Structure Reference