RESTPatchAPIChannelMessageFormDataBody

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

Signature

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

Members

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