getUserOrNull

suspend fun getUserOrNull(): User?(source)

Requests to get the user triggering the event, returns null if the User isn't present.

Throws

if anything went wrong during the request.