Show / Hide Table of Contents

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 Source

Avatar146

Url of players 146px avatar picture

Declaration
string Avatar146 { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Avatar256

Url of players 256px avatar picture

Declaration
string Avatar256 { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

LastUpdated

Time the parsed data was last updated at

Declaration
DateTime LastUpdated { get; }
Property Value
Type Description
DateTime
| Improve this Doc View Source

Platform

Preferred platform by the user

Declaration
Platform Platform { get; }
Property Value
Type Description
Platform
| Improve this Doc View Source

UbisoftID

Ubisoft ID string of the user

Declaration
string UbisoftID { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

UplayID

Uplay ID string of the user

Declaration
string UplayID { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Username

Username of the searched player

Declaration
string Username { get; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX