method Api.prototype.deleteWebhookimport { Api } from "https://dotland.deno.dev/x/grammy@v1.12.0/mod.ts"; deleteWebhook(other?: Other<R, "deleteWebhook">, signal?: AbortSignal)Use this method to remove webhook integration if you decide to switch back to getUpdates. Returns True on success. Parametersoptionalother: Other<R, "deleteWebhook">Optional remaining parameters, confer the official reference below optionalsignal: AbortSignalOptional AbortSignal to cancel the request Official reference: https://core.telegram.org/bots/api#deletewebhook