VRChat.Model.UserExists (vrchat v1.20.0)

View Source

Status object representing if a queried user by username or userId exists or not. This model is primarily used by the /auth/exists endpoint, which in turn is used during registration. Please see the documentation on that endpoint for more information on usage.

Summary

Types

t()

@type t() :: %VRChat.Model.UserExists{nameOk: boolean() | nil, userExists: boolean()}

Functions

decode(value)