FollowAccountParams
public struct FollowAccountParams : Codable, Sendable
Undocumented
-
Declaration
Swift
public init(reposts: Bool = true, notify: Bool = false, languages: [String]? = nil)
Parameters
reposts
Receive this account’s reposts in home timeline? Defaults to true.
notify
Receive notifications when this account posts a post? Defaults to false.
languages
Array 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.