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

    Interface APIMessageApplicationCommandInteractionData

    interface APIMessageApplicationCommandInteractionData {
        guild_id?: string;
        id: string;
        name: string;
        resolved: APIMessageApplicationCommandInteractionDataResolved;
        target_id: string;
        type: Message;
    }

    Hierarchy (View Summary)

    Index

    Properties

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