Class WebhookInfo
java.lang.Object
io.github.natanimn.telebof.types.web.WebhookInfo
Describes the current status of a webhook.
- Since:
- 3 March 2025
- 
Field SummaryFieldsModifier 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 SummaryConstructors
- 
Method Summary
- 
Field Details- 
urlWebhook URL, may be empty if webhook is not set up
- 
ip_addressOptional. Currently used webhook IP address
- 
last_error_messageOptional. Error message in human-readable format for the most recent error that happened when trying to deliver an update via webhook
- 
pending_update_countNumber of updates awaiting delivery
- 
last_synchronization_error_dateOptional. Unix time of the most recent error that happened when trying to synchronize available updates with Telegram datacenters
- 
max_connectionsOptional. The maximum allowed number of simultaneous HTTPS connections to the webhook for update delivery
- 
has_custom_certificateTrue, if a custom certificate was provided for webhook certificate checks
- 
allowed_updates
 
- 
- 
Constructor Details- 
WebhookInfopublic WebhookInfo()
 
-