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

    Represents an interaction's response

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • client: default
      • data: {
            interaction: {
                activity_instance_id?: null | string;
                id: string;
                response_message_ephemeral?: null | boolean;
                response_message_id?: null | string;
                response_message_loading?: null | boolean;
                type: InteractionType;
            };
            resource?: | null
            | {
                activity_instance?: null
                | { id: string };
                message?: APIMessage;
                type: number;
            };
        }

      Returns InteractionCallbackResponse

    Properties

    client: default

    The client that instantiated this

    interaction: InteractionCallback

    The interaction object associated with the interaction callback response

    The resource that was created by the interaction response