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

    Interface APIUserApplicationCommandInteractionData

    interface APIUserApplicationCommandInteractionData {
        guild_id?: string;
        id: string;
        name: string;
        resolved: APIUserInteractionDataResolved;
        target_id: string;
        type: User;
    }

    Hierarchy (View Summary)

    Index

    Properties

    guild_id?: string
    id: string
    name: string
    target_id: string
    type: User