pub type ModalInteractionMentionableSelect = ModalInteractionSelectMenu<Id<GenericMarker>>;Expand description
User filled in Mentionable Select.
See Discord Docs/Mentionable Select Interaction Response Structure.
Aliased Type§
pub struct ModalInteractionMentionableSelect {
pub id: i32,
pub custom_id: String,
pub values: Vec<Id<GenericMarker>>,
}Fields§
§id: i32Unique identifier for the component.
custom_id: StringUser defined identifier for the component.
values: Vec<Id<GenericMarker>>The selected values.
Trait Implementations§
Source§impl TryFrom<ModalInteractionComponent> for ModalInteractionMentionableSelect
impl TryFrom<ModalInteractionComponent> for ModalInteractionMentionableSelect
Source§type Error = ModalInteractionComponent
type Error = ModalInteractionComponent
The type returned in the event of a conversion error.