WebhookInfo

data class WebhookInfo(url: String, awaitDelivery: Int, maxConnections: Int, customCertificate: Boolean, allowedUpdates: List<String>, lastErrorDate: TelegramDate?, lastErrorMessage: String?)

Properties

allowedUpdates
Link copied to clipboard
common
val allowedUpdates: List<String>
awaitDelivery
Link copied to clipboard
common
val awaitDelivery: Int
customCertificate
Link copied to clipboard
common
val customCertificate: Boolean = false
hasError
Link copied to clipboard
common
val hasError: Boolean
isNotUseWebhook
Link copied to clipboard
common
val isNotUseWebhook: Boolean
lastErrorDate
Link copied to clipboard
common
val lastErrorDate: TelegramDate? = null
lastErrorMessage
Link copied to clipboard
common
val lastErrorMessage: String? = null
maxConnections
Link copied to clipboard
common
val maxConnections: Int = 40
url
Link copied to clipboard
common
val url: String