Functions
deleteWebhook
Link copied to clipboard
getWebhookInfo
Link copied to clipboard
setWebhookInfo
Link copied to clipboard
suspend fun RequestsExecutor.setWebhookInfo(url: String, ipAddress: String?, maxAllowedConnections: Int?, allowedUpdates: List<String>?, dropPendingUpdates: Boolean?): Boolean
Content copied to clipboard
suspend fun RequestsExecutor.setWebhookInfo(url: String, certificate: FileId, ipAddress: String?, maxAllowedConnections: Int?, allowedUpdates: List<String>?, dropPendingUpdates: Boolean?): Boolean
Content copied to clipboard
suspend fun RequestsExecutor.setWebhookInfo(url: String, certificate: MultipartFile, ipAddress: String?, maxAllowedConnections: Int?, allowedUpdates: List<String>?, dropPendingUpdates: Boolean?): Boolean
Content copied to clipboard