getUserOrNull

suspend fun getUserOrNull(): User?(source)

Requests to get the user whose presence was updated, returns null if the user isn't present.

Throws

if something went wrong during the request.