Type alias CommandsBody

CommandsBody: RESTPostAPIApplicationCommandsJSONBody & {
    contexts: InteractionContexts[];
    integrations_types: IntegrationTypes[];
}

Type declaration

Generated using TypeDoc