RESTPatchAPIWebhookWithTokenMessageJSONBody: _AddUndefinedToPossiblyUndefinedPropertiesOfInterface<
    _Nullable<
        Pick<
            RESTPostAPIWebhookWithTokenJSONBody,
            "allowed_mentions"
            | "components"
            | "content"
            | "embeds"
            | "flags",
        >,
    >,
> & { attachments?: RESTAPIAttachment[]; poll?: RESTAPIPoll }

Type declaration