Show / Hide Table of Contents

Class CurrentGameParticipant

CurrentGameParticipant data object. This class is automatically generated.

Inheritance
System.Object
CurrentGameParticipant
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Camille.RiotGames.SpectatorV5
Assembly: Camille.RiotGames.dll
Syntax
public class CurrentGameParticipant

Constructors

| Improve this Doc View Source

CurrentGameParticipant()

Declaration
public CurrentGameParticipant()

Properties

| Improve this Doc View Source

_AdditionalProperties

Contains any extra JSON properties that did not map to fields.

Declaration
[JsonExtensionData]
public Dictionary<string, object> _AdditionalProperties { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.Object>
| Improve this Doc View Source

Bot

Flag indicating whether or not this participant is a bot

Declaration
[JsonPropertyName("bot")]
public bool Bot { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

ChampionId

The ID of the champion played by this participant

Declaration
[JsonPropertyName("championId")]
public Enums.Champion ChampionId { get; set; }
Property Value
Type Description
Champion
| Improve this Doc View Source

GameCustomizationObjects

List of Game Customizations

Declaration
[JsonPropertyName("gameCustomizationObjects")]
public GameCustomizationObject[] GameCustomizationObjects { get; set; }
Property Value
Type Description
GameCustomizationObject[]
| Improve this Doc View Source

Perks

Perks/Runes Reforged Information

Declaration
[JsonPropertyName("perks")]
public Perks Perks { get; set; }
Property Value
Type Description
Perks
| Improve this Doc View Source

ProfileIconId

The ID of the profile icon used by this participant

Declaration
[JsonPropertyName("profileIconId")]
public long ProfileIconId { get; set; }
Property Value
Type Description
System.Int64
| Improve this Doc View Source

Puuid

The encrypted puuid of this participant

Declaration
[JsonPropertyName("puuid")]
public string Puuid { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

RiotId

Declaration
[JsonPropertyName("riotId")]
public string RiotId { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Spell1Id

The ID of the first summoner spell used by this participant

Declaration
[JsonPropertyName("spell1Id")]
public long Spell1Id { get; set; }
Property Value
Type Description
System.Int64
| Improve this Doc View Source

Spell2Id

The ID of the second summoner spell used by this participant

Declaration
[JsonPropertyName("spell2Id")]
public long Spell2Id { get; set; }
Property Value
Type Description
System.Int64
| Improve this Doc View Source

SummonerId

The encrypted summoner ID of this participant

Declaration
[JsonPropertyName("summonerId")]
public string SummonerId { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

TeamId

The team ID of this participant, indicating the participant's team

Declaration
[JsonPropertyName("teamId")]
public Team TeamId { get; set; }
Property Value
Type Description
Team

Methods

| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX