ListRepliesPolicy

public enum ListRepliesPolicy : String, Hashable, Codable

Undocumented

  • Show replies to any followed user

    Declaration

    Swift

    case followed
  • Show replies to members of the list

    Declaration

    Swift

    case list
  • Show replies to no one

    Declaration

    Swift

    case none