Variable User.nickname

The nickname of this user.

struct User
{
  // ...
  string nickname ;
  // ...
}