From 55ed3e165b3bed5696fe911c7fb6ba50e9fb2799 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Mon, 30 Mar 2020 22:47:20 +0600 Subject: [PATCH] resolve compiling errors --- .../TelegramBotAPI/requests/stickers/SetStickerSetThumb.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TelegramBotAPI/src/commonMain/kotlin/com/github/insanusmokrassar/TelegramBotAPI/requests/stickers/SetStickerSetThumb.kt b/TelegramBotAPI/src/commonMain/kotlin/com/github/insanusmokrassar/TelegramBotAPI/requests/stickers/SetStickerSetThumb.kt index 411bb3d091..27bd63af34 100644 --- a/TelegramBotAPI/src/commonMain/kotlin/com/github/insanusmokrassar/TelegramBotAPI/requests/stickers/SetStickerSetThumb.kt +++ b/TelegramBotAPI/src/commonMain/kotlin/com/github/insanusmokrassar/TelegramBotAPI/requests/stickers/SetStickerSetThumb.kt @@ -7,8 +7,8 @@ import com.github.insanusmokrassar.TelegramBotAPI.types.* import kotlinx.serialization.* fun SetStickerSetThumb( - userId: UserId, stickerSetName: String, + userId: UserId, sticker: InputFile ): Request { val data = SetStickerSetThumb(userId, stickerSetName, sticker as? FileId)