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

    Interface ApplicationCommandInteractionMetadataResponse

    interface ApplicationCommandInteractionMetadataResponse {
        authorizing_integration_owners: { [key: string]: `${bigint}` };
        id: `${bigint}`;
        original_response_message_id?: `${bigint}`;
        target_message_id?: `${bigint}`;
        target_user?: UserResponse;
        type: APPLICATION_COMMAND;
        user?: UserResponse;
    }
    Index

    Properties

    authorizing_integration_owners: { [key: string]: `${bigint}` }
    id: `${bigint}`
    original_response_message_id?: `${bigint}`
    target_message_id?: `${bigint}`
    target_user?: UserResponse