RESTPostAPIChannelMessageFormDataBody

https://discord.com/developers/docs/resources/channel#create-message

Signature

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

Members

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