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