From 85317a510eafdbc26a548175c0a92c75d3a79989 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Sat, 16 May 2020 11:09:31 +0600 Subject: [PATCH] update docs --- .../TelegramBotAPI/extensions/api/webhook/SetWebhookInfo.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/com/github/insanusmokrassar/TelegramBotAPI/extensions/api/webhook/SetWebhookInfo.kt b/TelegramBotAPI-extensions-api/src/commonMain/kotlin/com/github/insanusmokrassar/TelegramBotAPI/extensions/api/webhook/SetWebhookInfo.kt index 9e4a80a11b..5878a01717 100644 --- a/TelegramBotAPI-extensions-api/src/commonMain/kotlin/com/github/insanusmokrassar/TelegramBotAPI/extensions/api/webhook/SetWebhookInfo.kt +++ b/TelegramBotAPI-extensions-api/src/commonMain/kotlin/com/github/insanusmokrassar/TelegramBotAPI/extensions/api/webhook/SetWebhookInfo.kt @@ -6,7 +6,7 @@ import com.github.insanusmokrassar.TelegramBotAPI.requests.abstracts.MultipartFi import com.github.insanusmokrassar.TelegramBotAPI.requests.webhook.SetWebhook /** - * Use this method to send information about webhook (like [url] and [certificate]) + * Use this method to send information about webhook (like [url]) */ suspend fun RequestsExecutor.setWebhookInfo( url: String,