interface APIMessageUserSelectInteractionData {
    component_type: UserSelect;
    custom_id: string;
    resolved: APIUserInteractionDataResolved;
    values: string[];
}

Hierarchy (View Summary)

Properties

component_type: UserSelect

The type of the component

custom_id: string

The custom_id of the component

values: string[]