WebhookInfo

fun WebhookInfo(    url: String,     awaitDelivery: Int,     maxConnections: Int = 40,     customCertificate: Boolean = false,     allowedUpdates: List<String> = ALL_UPDATES_LIST,     lastErrorDate: TelegramDate? = null,     lastSynchronizationErrorDate: TelegramDate? = null,     lastErrorMessage: String? = null)