Interface IStat
Represents an api response for a username search from the R6Stats API
Namespace: R6Stats.Response.Interfaces
Assembly: R6Stat-Sharp.dll
Syntax
public interface IStat
Remarks
Every API request returns an IStat with the exception of GetLeaderboard(Platform, Region), which returns a collection of IStat for every player in the leaderboard.
Properties
| Improve this Doc View SourceAvatar146
Url of players 146px avatar picture
Declaration
string Avatar146 { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Avatar256
Url of players 256px avatar picture
Declaration
string Avatar256 { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
LastUpdated
Time the parsed data was last updated at
Declaration
DateTime LastUpdated { get; }
Property Value
| Type | Description |
|---|---|
| DateTime |
Platform
Preferred platform by the user
Declaration
Platform Platform { get; }
Property Value
| Type | Description |
|---|---|
| Platform |
UbisoftID
Ubisoft ID string of the user
Declaration
string UbisoftID { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
UplayID
Uplay ID string of the user
Declaration
string UplayID { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Username
Username of the searched player
Declaration
string Username { get; }
Property Value
| Type | Description |
|---|---|
| System.String |