Class WebhookInfo

java.lang.Object
io.github.natanimn.telebof.types.web.WebhookInfo

public class WebhookInfo extends Object
Describes the current status of a webhook.
Since:
3 March 2025
  • Constructor Details

    • WebhookInfo

      public WebhookInfo()
  • Method Details

    • getUrl

      public String getUrl()
    • getIpAddress

      public String getIpAddress()
    • getLastErrorMessage

      public String getLastErrorMessage()
    • getPendingUpdateCount

      public Integer getPendingUpdateCount()
    • getLastSynchronizationErrorDate

      public Integer getLastSynchronizationErrorDate()
    • getMaxConnections

      public Integer getMaxConnections()
    • getHasCustomCertificate

      public Boolean getHasCustomCertificate()
    • getAllowedUpdates

      public List<Updates> getAllowedUpdates()