Skip to main content
Module

x/discord_api_types/rest/v9/channel.ts>RESTPostAPIChannelMessageFormDataBody

Up to date Discord API Typings, versioned by the API version
Go to Latest
type alias RESTPostAPIChannelMessageFormDataBody
import { type RESTPostAPIChannelMessageFormDataBody } from "https://deno.land/x/discord_api_types@0.37.98/rest/v9/channel.ts";
definition: (Record<`files[${bigint}]`, unknown> & { payload_json?: string | undefined; }) | (Record<`files[${bigint}]`, unknown> & RESTPostAPIChannelMessageJSONBody)