@typed-discord/rest
    Preparing search index...

    Interface InteractionCallbackResponse

    interface InteractionCallbackResponse {
        interaction: InteractionResponse;
        resource?:
            | CreateMessageInteractionCallbackResponse
            | LaunchActivityInteractionCallbackResponse
            | UpdateMessageInteractionCallbackResponse;
    }
    Index

    Properties

    interaction: InteractionResponse