``` fun categoryId(vararg ids: Int): Filter = appl...
# announcements
o
Copy code
fun categoryId(vararg ids: Int): Filter = apply { params.put("categoryId", listOf(ids)) }
☝️ 1
❤️ 1