Skip to main content
Module

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

Conversational interfaces for grammY
Go to Latest
method Api.prototype.getWebhookInfo
import { Api } from "https://deno.land/x/grammy_conversations@v1.1.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