User

The User model holds information about the currently logged in Colizeum user and is the central point for all other models related to user information, like Energy and Wallet

It holds information such as

  • User ID

  • Email

  • Username

  • Avatar URL

  • Bio information

  • Twitter URL

  • Discord username

  • Telegram username

It additionally contains some helper methods such as Colizeum.User.HasAnyNft

Check out the API Reference to learn more about this model

Last updated