Class User
Inheritance
System.Object
User
Assembly: Eco.ModKit.dll
Syntax
public class User : Object
Constructors
User()
Declaration
Properties
avatar
Declaration
public Avatar avatar { get; set; }
Property Value
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 |
|