IntChoice

constructor(name: String, nameLocalizations: Optional<Map<Locale, String>?>, value: Long)(source)

Deprecated (with error)

Renamed to 'IntegerChoice'.

Replace with

import dev.kord.common.entity.Choice.IntegerChoice
IntegerChoice(name, nameLocalizations, value)