mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-22 16:23:48 +00:00
resolve compiling errors
This commit is contained in:
parent
9c0106d229
commit
55ed3e165b
@ -7,8 +7,8 @@ import com.github.insanusmokrassar.TelegramBotAPI.types.*
|
|||||||
import kotlinx.serialization.*
|
import kotlinx.serialization.*
|
||||||
|
|
||||||
fun SetStickerSetThumb(
|
fun SetStickerSetThumb(
|
||||||
userId: UserId,
|
|
||||||
stickerSetName: String,
|
stickerSetName: String,
|
||||||
|
userId: UserId,
|
||||||
sticker: InputFile
|
sticker: InputFile
|
||||||
): Request<Boolean> {
|
): Request<Boolean> {
|
||||||
val data = SetStickerSetThumb(userId, stickerSetName, sticker as? FileId)
|
val data = SetStickerSetThumb(userId, stickerSetName, sticker as? FileId)
|
||||||
|
Loading…
Reference in New Issue
Block a user