Links

Summoner

Module: pyot.models.lol.summoner

class Summoner

Type: PyotCore
Definitions:
  • __init__ -> None
    • id: str = empty
    • account_id: str = empty
    • name: str = empty
    • puuid: str = empty
    • platform: 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 -> str
  • id -> str
  • account_id -> str
  • level -> int
  • puuid -> str
  • profile_icon_id -> int
  • revision_date_millis -> int
Properties:
  • property account -> Account
  • property champion_masteries -> ChampionMasteries
  • property clash_players -> ClashPlayers
  • property current_game -> CurrentGame
  • property league_entries -> SummonerLeague
  • property match_history -> MatchHistory
  • property profile_icon -> ProfileIcon
  • property revision_date -> datetime.datetime
  • property third_party_code -> ThirdPartyCode