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

    Represents an interaction callback response from Discord

    Index

    Constructors

    • Parameters

      • client: default
      • data: {
            activity_instance_id?: null | string;
            id: string;
            response_message_ephemeral?: null | boolean;
            response_message_id?: null | string;
            response_message_loading?: null | boolean;
            type: InteractionType;
        }

      Returns InteractionCallback

    Properties

    activityInstanceId: null | string

    The instance id of the Activity if one was launched or joined

    client: default

    The client that instantiated this.

    id: string

    The id of the original interaction response

    responseMessageEphemeral: null | boolean

    Whether the response message was ephemeral

    responseMessageId: null | string

    The id of the message that was created by the interaction

    responseMessageLoading: null | boolean

    Whether the message is in a loading state

    type: number

    The type of the original interaction

    Accessors