interface APIMessageStringSelectInteractionData {
    component_type: StringSelect;
    custom_id: string;
    values: string[];
}

Hierarchy (View Summary)

Properties

component_type: StringSelect

The type of the component

custom_id: string

The custom_id of the component

values: string[]