String Select Menu Creator Impl
data class StringSelectMenuCreatorImpl(val customId: String, val options: List<StringSelectMenuImpl.StringSelectMenuOptionCreator>) : SelectMenuImpl.SelectMenuCreatorImpl, StringSelectMenuCreator(source)
Functions
Link copied to clipboard
Creates the select menu.
Link copied to clipboard
Sets whether the select menu is disabled.
Link copied to clipboard
Sets the maximum number of values.
Link copied to clipboard
Sets the minimum number of values.
Link copied to clipboard
Sets the placeholder of the select menu.