RESTPostAPIInteractionFollowupFormDataBody

https://discord.com/developers/docs/interactions/receiving-and-responding#create-followup-message

Signature

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

Members

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