Summoner
Module: pyot.models.lol.summoner
class Summoner
SummonerType: PyotCore
Definitions:
__init__->Noneid:str = emptyaccount_id:str = emptyname:str = emptypuuid:str = emptyplatform:str = models.lol.DEFAULT_PLATFORM
Endpoints:
summoner_v4_by_puuid:['puuid']summoner_v4_by_id:['id']summoner_v4_by_account_id:['account_id']summoner_v4_by_name:['name']
Attributes:
name->strid->straccount_id->strlevel->intpuuid->strprofile_icon_id->intrevision_date_millis->int
Properties:
property
account->Accountproperty
champion_masteries->ChampionMasteriesproperty
clash_players->ClashPlayersproperty
current_game->CurrentGameproperty
league_entries->SummonerLeagueproperty
match_history->MatchHistoryproperty
profile_icon->ProfileIconproperty
revision_date->datetime.datetimeproperty
third_party_code->ThirdPartyCode
Last updated