1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-06-26 11:38:09 +00:00

resolve compiling errors

This commit is contained in:
InsanusMokrassar 2020-03-30 22:47:20 +06:00
parent 9c0106d229
commit 55ed3e165b

View File

@ -7,8 +7,8 @@ import com.github.insanusmokrassar.TelegramBotAPI.types.*
import kotlinx.serialization.*
fun SetStickerSetThumb(
userId: UserId,
stickerSetName: String,
userId: UserId,
sticker: InputFile
): Request<Boolean> {
val data = SetStickerSetThumb(userId, stickerSetName, sticker as? FileId)