@typed-discord/interactions
    Preparing search index...

    Interface MentionableSelectMessageComponentInteractionData

    interface MentionableSelectMessageComponentInteractionData {
        component_type: MENTIONABLE_SELECT;
        custom_id: string;
        resolved: {
            members?: { [user_id: `${bigint}`]: PartialMember };
            roles?: { [role_id: `${bigint}`]: GuildRoleResponse };
            users?: { [user_id: `${bigint}`]: UserResponse };
        };
        values: `${bigint}`[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    component_type: MENTIONABLE_SELECT

    Type of the component.

    custom_id: string

    custom_id of the component.

    resolved: {
        members?: { [user_id: `${bigint}`]: PartialMember };
        roles?: { [role_id: `${bigint}`]: GuildRoleResponse };
        users?: { [user_id: `${bigint}`]: UserResponse };
    }
    values: `${bigint}`[]