Spectator
Module: pyot.models.lol.spectator
class CurrentGame
CurrentGameType: PyotCore
Extends:
pyot.models.lol.spectator.FeaturedGameData
Definitions:
__init__->Nonesummoner_id:str = emptyplatform:str = models.lol.DEFAULT_PLATFORM
Endpoints:
spectator_v4_current_game:['summoner_id']
Attributes:
id->inttype->strmode->strstart_time_millis->intlength_secs->intmap_id->intplatform->strqueue_id->intobservers_key->strteams->List[pyot.models.lol.spectator.CurrentGameTeamData]summoner_id->str
Properties:
property
banned_champions->List[pyot.models.lol.spectator.CurrentGameBansData]property
blue_team->pyot.models.lol.spectator.CurrentGameTeamDataproperty
participants->List[pyot.models.lol.spectator.CurrentGameParticipantData]property
red_team->pyot.models.lol.spectator.CurrentGameTeamDataproperty
summoner->Summoner
class FeaturedGames
FeaturedGamesType: PyotCore
Definitions:
__init__->Noneplatform:str = models.lol.DEFAULT_PLATFORM
__iter__->Iterator[pyot.models.lol.spectator.FeaturedGameData]__len__->int
Endpoints:
spectator_v4_featured_games:[]
Attributes:
games->List[pyot.models.lol.spectator.FeaturedGameData]refresh_interval_secs->int
Properties:
property
refresh_interval->datetime.timedelta
class CurrentGameBansData
CurrentGameBansDataType: PyotStatic
Attributes:
pick_turn->intchampion_id->intteam_id->int
Properties:
property
champion->Championproperty
meraki_champion->MerakiChampion
class CurrentGameParticipantCustomizationData
CurrentGameParticipantCustomizationDataType: PyotStatic
Attributes:
category->strcontent->str
class CurrentGameParticipantData
CurrentGameParticipantDataType: PyotStatic
Attributes:
team_id->intchampion_id->intprofile_icon_id->intis_bot->boolsummoner_name->strsummoner_id->strspell_ids->List[int]rune_ids->List[int]rune_main_style->intrune_sub_style->intgame_customization_objects->List[pyot.models.lol.spectator.CurrentGameParticipantCustomizationData]position->str
Properties:
property
champion->Championproperty
meraki_champion->MerakiChampionproperty
profile_icon->ProfileIconproperty
runes->List[ForwardRef(Rune)]property
spells->List[ForwardRef(Spell)]property
summoner->Summoner
class CurrentGameTeamData
CurrentGameTeamDataType: PyotStatic
Attributes:
id->intbans->List[pyot.models.lol.spectator.CurrentGameBansData]participants->List[pyot.models.lol.spectator.CurrentGameParticipantData]
class FeaturedGameData
FeaturedGameDataType: PyotStatic
Attributes:
id->inttype->strmode->strstart_time_millis->intlength_secs->intmap_id->intplatform->strqueue_id->intobservers_key->strteams->List[pyot.models.lol.spectator.FeaturedGameTeamData]
Properties:
property
banned_champions->List[pyot.models.lol.spectator.CurrentGameBansData]property
blue_team->pyot.models.lol.spectator.FeaturedGameTeamDataproperty
length->datetime.timedeltaproperty
participants->List[pyot.models.lol.spectator.FeaturedGameParticipantData]property
red_team->pyot.models.lol.spectator.FeaturedGameTeamDataproperty
start_time->datetime.datetime
class FeaturedGameParticipantData
FeaturedGameParticipantDataType: PyotStatic
Attributes:
team_id->intchampion_id->intprofile_icon_id->intis_bot->boolsummoner_name->strspell_ids->List[int]position->str
Properties:
property
champion->Championproperty
meraki_champion->MerakiChampionproperty
profile_icon->ProfileIconproperty
spells->List[ForwardRef(Spell)]property
summoner->Summoner
class FeaturedGameTeamData
FeaturedGameTeamDataType: PyotStatic
Attributes:
id->intbans->List[pyot.models.lol.spectator.CurrentGameBansData]participants->List[pyot.models.lol.spectator.FeaturedGameParticipantData]
Last updated