Source

public struct Source : Codable, Hashable, Sendable

Undocumented

  • Undocumented

    Declaration

    Swift

    public init(privacy: Post.Visibility? = nil, sensitive: Bool? = nil, language: String? = nil)
  • The default post privacy to be used for new posts.

    Declaration

    Swift

    public var privacy: Post.Visibility?
  • Whether new posts should be marked sensitive by default.

    Declaration

    Swift

    public var sensitive: Bool?
  • The default posting language for new posts.

    Declaration

    Swift

    public var language: String?