RESTPatchAPIWebhookWithTokenMessageFormDataBody

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

Signature

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

Members

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