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)