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