Show / Hide Table of Contents

Class Participant

Class representing a Participant in the API.

Inheritance
System.Object
Participant
Namespace:RiotSharp.CurrentGameEndpoint
Assembly:RiotSharp.dll
Syntax
public class Participant : object

Properties

Bot

Flag indicating whether or not this participant is a bot

Declaration
public bool Bot { get; set; }
Property Value
Type Description
System.Boolean

ChampionId

The ID of the champion played by this participant

Declaration
public long ChampionId { get; set; }
Property Value
Type Description
System.Int64

Masteries

The masteries used by this participant

Declaration
public List<Mastery> Masteries { get; set; }
Property Value
Type Description
List<><Mastery>

ProfileIconId

The ID of the profile icon used by this participant

Declaration
public long ProfileIconId { get; set; }
Property Value
Type Description
System.Int64

Runes

The runes used by this participant

Declaration
public List<Rune> Runes { get; set; }
Property Value
Type Description
List<><Rune>

SummonerName

The summoner name of this participant

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

SummonerSpell2

The ID of the second summoner spell used by this participant

Declaration
public long SummonerSpell2 { get; set; }
Property Value
Type Description
System.Int64

SummonuerSpell1

The ID of the first summoner spell used by this participant

Declaration
public long SummonuerSpell1 { get; set; }
Property Value
Type Description
System.Int64

TeamId

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

Declaration
public long TeamId { get; set; }
Property Value
Type Description
System.Int64
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX