String Select Menu Impl
class StringSelectMenuImpl(yde: YDE, json: JsonNode, interactionId: GetterSnowFlake) : SelectMenuImpl, StringSelectMenu(source)
Types
Link copied to clipboard
Link copied to clipboard
data class StringSelectMenuOptionCreator(val label: String, val value: String, val description: String? = null, val emoji: Emoji? = null, val default: Boolean = false, val json: ObjectNode = JsonNodeFactory.instance.objectNode()) : StringSelectMenuImpl.StringSelectMenuCreator
Properties
Link copied to clipboard
The application id of this component.
Link copied to clipboard
The channel were this component was triggered.
Link copied to clipboard
Gets a list of Components that were sent with this component.
Link copied to clipboard
Gets extra data sent with this component.
Link copied to clipboard
The interaction id.
Link copied to clipboard
The interaction token.
Link copied to clipboard
The interaction type of this component.
Link copied to clipboard
Whether select menu is disabled (defaults to false)
Link copied to clipboard
The options of the select menu.
Link copied to clipboard
The placeholder text if nothing is selected; max 150 characters.
Link copied to clipboard
The select menu types.
Link copied to clipboard
The type of component interaction.