SelectMenuBuilder

constructor(customId: String)(source)

Deprecated (with error)

This will be made a sealed class in the future, please stop using this constructor. You can instead use the constructor of one of the subtypes.

Replace with

import dev.kord.rest.builder.component.StringSelectBuilder
StringSelectBuilder(customId)

Parameters

customId

The identifier for the menu, max 100 characters.