Profileicon
Module: pyot.models.tft.profileicon
class ProfileIcon
ProfileIconType: PyotCore
Definitions:
__init__->Noneid:int = emptyversion:str = models.tft.DEFAULT_VERSIONlocale:str = models.lol.DEFAULT_LOCALE
Endpoints:
cdragon_profile_icon_full:['?id', 'version', 'locale']
Attributes:
id->inticon_path->str
class ProfileIcons
ProfileIconsType: PyotCore
Definitions:
__init__->Noneversion:str = models.tft.DEFAULT_VERSIONlocale:str = models.lol.DEFAULT_LOCALE
__iter__->Iterator[pyot.models.tft.profileicon.ProfileIcon]__len__->int
Endpoints:
cdragon_profile_icon_full:['version', 'locale']
Attributes:
icons->List[pyot.models.tft.profileicon.ProfileIcon]
Last updated