Show / Hide Table of Contents

Class User

Inheritance
System.Object
User
Namespace: Eco.ModKit.Internal
Assembly: Eco.ModKit.dll
Syntax
public class User : Object

Constructors

User()

Declaration
public User()

Properties

avatar

Declaration
public Avatar avatar { get; set; }
Property Value
Type Description
Avatar

date_online

Declaration
public int date_online { get; set; }
Property Value
Type Description
System.Int32

id

Declaration
public int id { get; set; }
Property Value
Type Description
System.Int32

language

Declaration
public string language { get; set; }
Property Value
Type Description
System.String

name_id

Declaration
public string name_id { get; set; }
Property Value
Type Description
System.String

profile_url

Declaration
public string profile_url { get; set; }
Property Value
Type Description
System.String

timezone

Declaration
public string timezone { get; set; }
Property Value
Type Description
System.String

username

Declaration
public string username { get; set; }
Property Value
Type Description
System.String
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾