ExpandMedia

public enum ExpandMedia : String, Codable

Undocumented

  • Hide media marked as sensitive

    Declaration

    Swift

    case `default`
  • Always show all media by default, regardless of sensitivity

    Declaration

    Swift

    case showAll
  • Always hide all media by default, regardless of sensitivity

    Declaration

    Swift

    case hideAll