> For the complete documentation index, see [llms.txt](https://pyot.iann838.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pyot.iann838.com/models/tft/profileicon.md).

# Profileicon

Module: `pyot.models.tft.profileicon`

### *class* `ProfileIcon`

Type: `PyotCore`

Definitions:

* `__init__` -> `None`
  * `id`: `int = empty`
  * `version`: `str = models.tft.DEFAULT_VERSION`
  * `locale`: `str = models.lol.DEFAULT_LOCALE`

Endpoints:

* `cdragon_profile_icon_full`: `['?id', 'version', 'locale']`

Attributes:

* `id` -> `int`
* `icon_path` -> `str`

### *class* `ProfileIcons`

Type: `PyotCore`

Definitions:

* `__init__` -> `None`
  * `version`: `str = models.tft.DEFAULT_VERSION`
  * `locale`: `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]`
