typealias RESTPostAPIInteractionFollowupFormDataBody

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

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

Union Members

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