interface CreateInteractionResponseOptions

export interface CreateInteractionResponseOptions extends APIInteractionResponseCallbackData, RESTPostAPIInteractionCallbackQuery

optional
files? : RawFile[]

optionalexternal
with_response? : boolean

Whether to include a interaction callback response as the response instead of a 204

Inherited from: RESTPostAPIInteractionCallbackQuery