ModalInteractionRoleSelect

Type Alias ModalInteractionRoleSelect 

Source
pub type ModalInteractionRoleSelect = ModalInteractionSelectMenu<Id<RoleMarker>>;
Expand description

Aliased Type§

pub struct ModalInteractionRoleSelect {
    pub id: i32,
    pub custom_id: String,
    pub values: Vec<Id<RoleMarker>>,
}

Fields§

§id: i32

Unique identifier for the component.

§custom_id: String

User defined identifier for the component.

See Discord Docs/Custom ID.

§values: Vec<Id<RoleMarker>>

The selected values.