SummonerChallenge class
A representation of a summoner's challenge data.
Signature:
export declare class SummonerChallenge Constructor
new SummonerChallenge (client: Client, data: SummonerChallengeData)Constructs a new instance of the SummonerChallenge class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| client | Client | |
| data | SummonerChallengeData |
Properties
categoryPoints
The challenge categories overview of this summoner.
Type: Collection < CategoryName, ChallengeCategory >
challenges
Individual challenge progression stats of this summoner.
Type: Collection < Number, ChallengeProgression >
preferences
The preferences of this summoner.
Type: ChallengePreferences
totalPoints
The overview of this summoner in challenges.
Type: TotalChallengePoints
Table of Contents
