Type alias RESTPatchAPIWebhookWithTokenMessageJSONBody

RESTPatchAPIWebhookWithTokenMessageJSONBody: AddUndefinedToPossiblyUndefinedPropertiesOfInterface<Nullable<Pick<RESTPostAPIWebhookWithTokenJSONBody, "allowed_mentions" | "components" | "content" | "embeds">>> & {
    attachments?: RESTAPIAttachment[];
}

Type declaration

Generated using TypeDoc