🔷
Pyot Documentation
  • Pyot Documentation
  • Cores
    • Installation
    • Configuration
    • Objects
    • Concurrency
    • Resources
    • Exceptions
    • Warnings
  • Examples
    • Single File
    • Multi Root
    • Module Based
  • Pipeline
    • Expirations
    • Handler
    • Object
    • Token
  • Stores
    • CDragon
    • DDragon
    • DiskCache
    • DjangoCache
    • MerakiCDN
    • MongoDB
    • Omnistone
    • RedisCache
    • RiotAPI
  • Limiters
    • MemoryLimiter
    • RedisLimiter
  • Models
    • League of Legends
      • Champion
      • Championmastery
      • Championrotation
      • Clash
      • Item
      • League
      • Match
      • Merakichampion
      • Merakiitem
      • Profileicon
      • Rune
      • Spectator
      • Spell
      • Status
      • Summoner
      • Thirdpartycode
      • Tournament
    • Legends of Runeterra
      • Card
      • Match
      • Ranked
      • Status
    • Riot Services
      • Account
    • Teamfight Tactics
      • Champion
      • Item
      • League
      • Match
      • Profileicon
      • Summoner
      • Thirdpartycode
      • Trait
    • Valorant
      • Content
      • Match
      • Ranked
      • Status
  • Utils
    • LoL
      • Cdragon
      • Champion
      • Routing
    • LoR
      • Cards
    • Tft
      • Cdragon
      • Routing
    • Aiohttp
    • Copy
    • Functools
    • Importlib
    • Itertools
    • Logging
    • Nullsafe
    • Safejson
    • Sync
    • Text
    • Threading
  • Integrations
    • Django
    • FastAPI
    • Celery
  • Changelog
    • 5.x.x
    • 6.x.x
Powered by GitBook
On this page
  1. Models
  2. Teamfight Tactics

Summoner

Module: pyot.models.tft.summoner

class Summoner

Type: PyotCore

Definitions:

  • __init__ -> None

    • id: str = empty

    • account_id: str = empty

    • name: str = empty

    • puuid: str = empty

    • platform: str = models.tft.DEFAULT_PLATFORM

Endpoints:

  • summoner_v1_by_id: ['id']

  • summoner_v1_by_account_id: ['account_id']

  • summoner_v1_by_puuid: ['puuid']

  • summoner_v1_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 league_entries -> SummonerLeague

  • property match_history -> MatchHistory

  • property profile_icon -> ProfileIcon

  • property revision_date -> datetime.datetime

  • property third_party_code -> ThirdPartyCode

PreviousProfileiconNextThirdpartycode

Last updated 2 years ago