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

    Interface InteractionResponse

    interface InteractionResponse {
        activity_instance_id?: string | null;
        channel_id?: `${bigint}`;
        guild_id?: `${bigint}`;
        id: `${bigint}`;
        response_message_ephemeral?: boolean;
        response_message_id?: `${bigint}`;
        response_message_loading?: boolean;
        type: InteractionTypes;
    }
    Index

    Properties

    activity_instance_id?: string | null
    channel_id?: `${bigint}`
    guild_id?: `${bigint}`
    id: `${bigint}`
    response_message_ephemeral?: boolean
    response_message_id?: `${bigint}`
    response_message_loading?: boolean