pub type ModalInteractionStringSelect = ModalInteractionSelectMenu<String>;Expand description
User filled in String Select.
See Discord Docs/String Select Interaction Response Structure.
Aliased Type§
pub struct ModalInteractionStringSelect {
pub id: i32,
pub custom_id: String,
pub values: Vec<String>,
}Fields§
§id: i32Unique identifier for the component.
custom_id: StringUser defined identifier for the component.
values: Vec<String>The selected values.