🔷
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
  • class Match
  • class MatchHistory
  • class MatchInfoCompanionData
  • class MatchInfoData
  • class MatchInfoParticipantData
  • class MatchInfoTraitData
  • class MatchInfoUnitData
  • class MatchMetadataData
  1. Models
  2. Teamfight Tactics

Match

Module: pyot.models.tft.match

class Match

Type: PyotCore

Definitions:

  • __init__ -> None

    • id: str = empty

    • region: str = models.tft.DEFAULT_REGION

Endpoints:

  • match_v1_match: ['id']

Attributes:

  • id -> str

  • info -> pyot.models.tft.match.MatchInfoData

  • metadata -> pyot.models.tft.match.MatchMetadataData

class MatchHistory

Type: PyotCore

Definitions:

  • __init__ -> None

    • puuid: str = empty

    • region: 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

Type: PyotStatic

Attributes:

  • content_id -> str

  • skin_id -> int

  • species -> str

class MatchInfoData

Type: PyotStatic

Attributes:

  • datetime_millis -> int

  • length_secs -> float

  • variation -> str

  • version -> str

  • participants -> List[pyot.models.tft.match.MatchInfoParticipantData]

  • queue_id -> int

  • tft_mode -> str

  • tft_set_number -> int

Properties:

  • property datetime -> datetime.datetime

  • property length -> datetime.timedelta

class MatchInfoParticipantData

Type: PyotStatic

Attributes:

  • companion -> pyot.models.tft.match.MatchInfoCompanionData

  • gold_left -> int

  • last_round -> int

  • level -> int

  • placement -> int

  • players_eliminated -> int

  • puuid -> str

  • time_eliminated_secs -> float

  • total_damage_to_players -> int

  • traits -> List[pyot.models.tft.match.MatchInfoTraitData]

  • units -> List[pyot.models.tft.match.MatchInfoUnitData]

Properties:

  • property summoner -> Summoner

  • property time_eliminated -> datetime.timedelta

class MatchInfoTraitData

Type: PyotStatic

Attributes:

  • name -> str

  • num_units -> int

  • style -> int

  • tier_current -> int

  • tier_total -> int

Properties:

  • property trait -> Trait

class MatchInfoUnitData

Type: PyotStatic

Attributes:

  • item_ids -> List[int]

  • champion_key -> str

  • chosen -> str

  • name -> str

  • rarity -> int

  • tier -> int

Properties:

  • property champion -> Champion

  • property items -> List[ForwardRef(Item)]

class MatchMetadataData

Type: PyotStatic

Attributes:

  • id -> str

  • data_version -> str

  • participant_puuids -> List[str]

Properties:

  • property participants -> List[ForwardRef(Summoner)]

PreviousLeagueNextProfileicon

Last updated 2 years ago