DataUserType

public enum DataUserType : String, Codable

Cases

  • bot

    Declaration

    Swift

    case bot = "BOT"
  • Declaration

    Swift

    case human = "HUMAN"
  • Declaration

    Swift

    case unknow = "UNKNOW"