Skip to main content
Module

x/grammy_menu/deps.deno.ts>Api#getWebhookInfo

Interactive menus for grammY
Latest
method Api.prototype.getWebhookInfo
import { Api } from "https://deno.land/x/grammy_menu@v1.2.1/deps.deno.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