Discord.https - v3.0.16
    Preparing search index...

    Interface APIMessageMentionableSelectInteractionData

    interface APIMessageMentionableSelectInteractionData {
        component_type: MentionableSelect;
        custom_id: string;
        resolved: Pick<APIInteractionDataResolved, "members" | "roles" | "users">;
        values: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    component_type: MentionableSelect

    The type of the component

    custom_id: string

    The custom_id of the component

    resolved: Pick<APIInteractionDataResolved, "members" | "roles" | "users">
    values: string[]