RESTPostAPIInteractionCallbackFormDataBody

https://discord.com/developers/docs/interactions/receiving-and-responding#create-interaction-response

Signature

export type RESTPostAPIInteractionCallbackFormDataBody = (Record<`files[${bigint}]`, unknown> & {    payload_json?: string | undefined;}) | (Record<`files[${bigint}]`, unknown> & RESTPostAPIInteractionCallbackJSONBody);

Members

This export does not declare public properties or methods in the generated declaration file.