uploadStickerFile

suspend fun TelegramBot.uploadStickerFile(userId: UserId, sticker: MultipartFile): File
suspend fun TelegramBot.uploadStickerFile(user: CommonUser, sticker: MultipartFile): File