import { type WebhookInfo } from "https://dotland.deno.dev/x/grammy@v1.31.0/types.deno.ts";
Describes the current status of a webhook.
Properties
Error message in human-readable format for the most recent error that happened when trying to deliver an update via webhook
Unix time of the most recent error that happened when trying to synchronize available updates with Telegram datacenters
optional
allowed_updates: Array<Exclude<keyof Update, "update_id">>A list of update types the bot is subscribed to. Defaults to all update types except chat_member