import { type WebhookInfo } from "https://deno.land/x/grammy_types@v3.15.0/manage.ts";
Describes the current status of a webhook.
Properties
True, if a custom certificate was provided for webhook certificate checks
Unix time for the most recent error that happened when trying to deliver an update via webhook
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
The maximum allowed number of simultaneous HTTPS connections to the webhook for update delivery
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