FollowAccountParams
public struct FollowAccountParams : Codable, Sendable
Undocumented
-
Declaration
Swift
public init(reposts: Bool = true, notify: Bool = false, languages: [String]? = nil)Parameters
repostsReceive this account’s reposts in home timeline? Defaults to true.
notifyReceive notifications when this account posts a post? Defaults to false.
languagesArray of String (ISO 639-1 language two-letter code). Filter received posts for these languages. If not provided, you will receive this account’s posts in all languages.
FollowAccountParams Structure Reference