interface APIMessageRoleSelectInteractionData {
    component_type: RoleSelect;
    custom_id: string;
    resolved: Required<Pick<APIInteractionDataResolved, "roles">>;
    values: string[];
}

Hierarchy (View Summary)

Properties

component_type: RoleSelect

The type of the component

custom_id: string

The custom_id of the component

values: string[]