Data about the describes the current status of a webhook
A list of update types the bot is subscribed to. Defaults to all update types except chat_member
Optional
connectionsThe maximum allowed number of simultaneous HTTPS connections to the webhook for update delivery
True, if a custom certificate was provided for webhook certificate checks
Optional
errorError message in human-readable format for the most recent error that happened when trying to deliver an update via webhook
Optional
ipCurrently used webhook IP address
Optional
lastedUnix time for the most recent error that happened when trying to deliver an update via webhook
Number of updates awaiting delivery
Optional
synchronizatedUnix time of the most recent error that happened when trying to synchronize available updates with Telegram datacenters
Optional
urlWebhook URL, may be empty if webhook is not set up
The client that instantiated this
Date for the most recent error that happened when trying to deliver an update via webhook
Return the timestamp most recent error that happened when trying to deliver an update via webhook, in milliseconds
Date of the most recent error that happened when trying to synchronize available updates with Telegram datacenters
Return the timestamp most recent error that happened when trying to synchronize available updates with Telegram datacenters, in milliseconds
Protected
_cloneProtected
_patchProtected
_updateFlatten an object. Any properties that are collections will get converted to an array of keys.
Optional
propsRecursive: booleanOptional. If true, calls toJSON method on nested objects.
Rest
...props: Record<string, string | boolean>[]Optional. Specific properties to include/exclude, or rename.
Flattened object.
The client that instantiated this