int
inline fun BaseInputChatBuilder.int(name: String, description: String, builder: IntegerOptionBuilder.() -> Unit = {})(source)
Deprecated (with error)
Renamed to 'integer'.
Replace with
import dev.kord.rest.builder.interaction.integer
Content copied to clipboard
this.integer(name, description) { builder() }Content copied to clipboard