Match
Module: pyot.models.tft.match
class Match
MatchType: PyotCore
Definitions:
__init__->Noneid:str = emptyregion:str = models.tft.DEFAULT_REGION
Endpoints:
match_v1_match:['id']
Attributes:
id->strinfo->pyot.models.tft.match.MatchInfoDatametadata->pyot.models.tft.match.MatchMetadataData
class MatchHistory
MatchHistoryType: PyotCore
Definitions:
__init__->Nonepuuid:str = emptyregion:str = models.tft.DEFAULT_REGION
__iter__->Iterator[pyot.models.tft.match.Match]__len__->int
Endpoints:
match_v1_matchlist:['puuid']
Query Params:
count:int = 20
Attributes:
ids->List[str]puuid->str
Properties:
property
matches->List[pyot.models.tft.match.Match]property
summoner->Summoner
class MatchInfoCompanionData
MatchInfoCompanionDataType: PyotStatic
Attributes:
content_id->strskin_id->intspecies->str
class MatchInfoData
MatchInfoDataType: PyotStatic
Attributes:
datetime_millis->intlength_secs->floatvariation->strversion->strparticipants->List[pyot.models.tft.match.MatchInfoParticipantData]queue_id->inttft_mode->strtft_set_number->int
Properties:
property
datetime->datetime.datetimeproperty
length->datetime.timedelta
class MatchInfoParticipantData
MatchInfoParticipantDataType: PyotStatic
Attributes:
companion->pyot.models.tft.match.MatchInfoCompanionDatagold_left->intlast_round->intlevel->intplacement->intplayers_eliminated->intpuuid->strtime_eliminated_secs->floattotal_damage_to_players->inttraits->List[pyot.models.tft.match.MatchInfoTraitData]units->List[pyot.models.tft.match.MatchInfoUnitData]
Properties:
property
summoner->Summonerproperty
time_eliminated->datetime.timedelta
class MatchInfoTraitData
MatchInfoTraitDataType: PyotStatic
Attributes:
name->strnum_units->intstyle->inttier_current->inttier_total->int
Properties:
property
trait->Trait
class MatchInfoUnitData
MatchInfoUnitDataType: PyotStatic
Attributes:
item_ids->List[int]champion_key->strchosen->strname->strrarity->inttier->int
Properties:
property
champion->Championproperty
items->List[ForwardRef(Item)]
class MatchMetadataData
MatchMetadataDataType: PyotStatic
Attributes:
id->strdata_version->strparticipant_puuids->List[str]
Properties:
property
participants->List[ForwardRef(Summoner)]
Last updated