WebhookInfo

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

Properties

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