The Discord HTTPS API interaction type. Defaults to DiscordHttpsAPIInteraction.
The raw Discord HTTPS API interaction.
A read-only Client instance.
A function you can call to immediately stop further middleware execution and end the request. Ends the middleware chain immediately. Calling flush()
stops further middleware.
res
should be provided to unknown middlewares only, as UnknownMiddleware is meant to be used when the library does not yet cover a specific interaction.
A middleware type for interactions that the library does not explicitly cover.