ChallengeRank class
A representation of the ranked challenges stats of a summoner.
Signature:
export declare class ChallengeRank
Constructor
new ChallengeRank (client: Client, data: ChallengeRankData, tier: TierType)
Constructs a new instance of the ChallengeRank
class.
Parameters:
Parameter | Type | Description |
---|---|---|
client | Client | |
data | ChallengeRankData | |
tier | TierType |
Properties
playerId
The unique player ID of the summoner.
Type: String
progression
The progression of the summoner in the challenge.
Type: Number
rank
The rank of the summoner in the challenge.
Type: Number
tier
The tier this summoner belongs to regarding this challenge.
Type: TierType
Methods
.fetchSummoner ()
Fetch the details of the summoner.
Signature:
fetchSummoner(): Promise<import("./Summoner").Summoner>;
Return type: Promise < import("./Summoner").Summoner >
Table of Contents