1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-09-05 16:19:26 +00:00

fixes for webhooks

This commit is contained in:
2019-03-04 11:13:01 +08:00
parent 057d902883
commit a393382a7c
2 changed files with 14 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ fun SetWebhook(
) : Request<Boolean> {
val data = SetWebhook(
url,
certificate.fileId,
(certificate as? FileId) ?.fileId,
maxAllowedConnections,
allowedUpdates
)