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

    Interface RESTAPIInteractionCallbackResourceObject

    interface RESTAPIInteractionCallbackResourceObject {
        activity_instance?: RESTAPIInteractionCallbackActivityInstanceResource;
        message?: APIMessage;
        type: InteractionResponseType;
    }
    Index

    Properties

    Represents the Activity launched by this interaction

    Only present if type is InteractionResponseType.LaunchActivity

    message?: APIMessage

    Message created by the interaction

    Interaction callback type