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

    Interface RoleSelectMessageComponentInteractionData

    interface RoleSelectMessageComponentInteractionData {
        component_type: ROLE_SELECT;
        custom_id: string;
        resolved: { roles: { [role_id: `${bigint}`]: GuildRoleResponse } };
        values: `${bigint}`[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    component_type: ROLE_SELECT

    Type of the component.

    custom_id: string

    custom_id of the component.

    resolved: { roles: { [role_id: `${bigint}`]: GuildRoleResponse } }
    values: `${bigint}`[]