TournamentTeam class


A representation of a team in a clash tournament.

Signature:

export declare class TournamentTeam 

Constructor

new TournamentTeam (client: Client, data: TournamentTeamData)

Constructs a new instance of the TournamentTeam class.

Parameters:

ParameterTypeDescription
clientClientThe client that requested this data.
dataTournamentTeamDataThe raw tournament team data from the API.

Properties

abbreviation

The abbreviation for the team's name.

Type: String


captainId

The summoner ID of the team's captain.

Type: String


icon

The icon being used to represent the team.

Type: String


id

The ID of the team.

Type: String


name

The name of the team.

Type: String


players

The list of players in the team.

Type: TournamentPlayer


tier

The tier of the team.

Type: Number


tournamentId

The ID of the tournament this team is participating in.

Type: Number


Table of Contents