final case class WebhookInfo(url: String, hasCustomCertificate: Boolean, pendingUpdateCount: Int, lastErrorDate: Option[Int] = None, lastErrorMessage: Option[String] = None, maxConnections: Int) extends Product with Serializable
Contains information about the current status of a webhook.
- url
Webhook URL, may be empty if webhook is not set up
- hasCustomCertificate
True, if a custom certificate was provided for webhook certificate checks
- pendingUpdateCount
Number of updates awaiting delivery
- lastErrorDate
Unix time for the most recent error that happened when trying to deliver an update via webhook
- lastErrorMessage
Error message in human-readable format for the most recent error that happened when trying to deliver an update via webhook
- Alphabetic
- By Inheritance
- WebhookInfo
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new WebhookInfo(url: String, hasCustomCertificate: Boolean, pendingUpdateCount: Int, lastErrorDate: Option[Int] = None, lastErrorMessage: Option[String] = None, maxConnections: Int)
- url
Webhook URL, may be empty if webhook is not set up
- hasCustomCertificate
True, if a custom certificate was provided for webhook certificate checks
- pendingUpdateCount
Number of updates awaiting delivery
- lastErrorDate
Unix time for the most recent error that happened when trying to deliver an update via webhook
- lastErrorMessage
Error message in human-readable format for the most recent error that happened when trying to deliver an update via webhook
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val hasCustomCertificate: Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val lastErrorDate: Option[Int]
- val lastErrorMessage: Option[String]
- val maxConnections: Int
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val pendingUpdateCount: Int
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val url: String
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()