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

    Interface ToAPIApplicationCommandOptions

    An interface that ensures the toJSON() call will return something that can be serialized into API-compatible data.

    interface ToAPIApplicationCommandOptions {
        toJSON(): APIApplicationCommandOption;
    }

    Implemented by

    Index

    Methods

    Methods