Discord.https - v3.0.16
    Preparing search index...

    Type Alias RESTPatchAPIWebhookWithTokenMessageJSONBody

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

    Type Declaration