getInviterOrNull

suspend fun getInviterOrNull(): User?(source)

Requests to get the User that created the invite, returns null if the user isn't present or no inviter created this invite.

Throws

if anything went wrong during the request.