IntegerOption

constructor(name: String, description: String, localizedNames: Map<String, String> = emptyMap(), localizedDescriptions: Map<String, String> = emptyMap(), required: Boolean = false, choices: List<CommandOption.CommandOptionChoice> = emptyList(), autocomplete: Boolean = false, minValue: Int? = null, maxValue: Int? = null)(source)