Only :one: looks fine for me. I would rather write...
# codereview
g
Only 1️⃣ looks fine for me. I would rather write some wrapper for payload:
Copy code
fun Payload?.objString(obj: String, str: String) = this?.obj(obj)?.string(str)
So will use it as:
Copy code
val channel = payload.objString("channel", "id")