Skip to main content
Module

x/grammy/core/api.ts>Api#getWebhookInfo

The Telegram Bot Framework.
Extremely Popular
Go to Latest
method Api.prototype.getWebhookInfo
import { Api } from "https://deno.land/x/grammy@v1.11.1/core/api.ts";

Use this method to get current webhook status. Requires no parameters. On success, returns a WebhookInfo object. If the bot is using getUpdates, will return an object with the url field empty.

Parameters

optional
signal: AbortSignal

Optional AbortSignal to cancel the request

Official reference: https://core.telegram.org/bots/api#getwebhookinfo