Discord.https - v3.0.16
    Preparing search index...
    interface SelectMenuModalData {
        channels?: Collection<string, APIInteractionDataResolvedChannel>;
        customId: string;
        id: number;
        members?: Collection<string, APIInteractionDataResolvedGuildMember>;
        roles?: Collection<string, APIRole>;
        type:
            | StringSelect
            | UserSelect
            | RoleSelect
            | MentionableSelect
            | ChannelSelect;
        users?: Collection<string, APIUser>;
        values: readonly string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    channels?: Collection<string, APIInteractionDataResolvedChannel>
    customId: string
    id: number
    members?: Collection<string, APIInteractionDataResolvedGuildMember>
    roles?: Collection<string, APIRole>
    users?: Collection<string, APIUser>
    values: readonly string[]