Class WebhookInfo
java.lang.Object
io.github.natanimn.telebof.types.web.WebhookInfo
Describes the current status of a webhook.
- Since:
- 3 March 2025
-
Field Summary
FieldsModifier and TypeFieldDescriptionOptional.True, if a custom certificate was provided for webhook certificate checksOptional.Optional.Optional.Optional.Number of updates awaiting deliveryWebhook URL, may be empty if webhook is not set up -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
url
Webhook URL, may be empty if webhook is not set up -
ip_address
Optional. Currently used webhook IP address -
last_error_message
Optional. Error message in human-readable format for the most recent error that happened when trying to deliver an update via webhook -
pending_update_count
Number of updates awaiting delivery -
last_synchronization_error_date
Optional. Unix time of the most recent error that happened when trying to synchronize available updates with Telegram datacenters -
max_connections
Optional. The maximum allowed number of simultaneous HTTPS connections to the webhook for update delivery -
has_custom_certificate
True, if a custom certificate was provided for webhook certificate checks -
allowed_updates
-
-
Constructor Details
-
WebhookInfo
public WebhookInfo()
-