RESTPostAPIInteractionCallbackQuery
https://discord.com/developers/docs/interactions/receiving-and-responding#create-interaction-response-query-string-params
Signature
export type RESTPostAPIInteractionCallbackQuery = { with_response?: boolean;};Properties
1Methods
0No methods.
Properties
with_response?: boolean;Whether to include a RESTPostAPIInteractionCallbackResult as the response instead of a 204.