MCPcopy Create free account
hub / github.com/Rushifakami/csfloat_api / icon_url

Method icon_url

models/stickers.py:64–65  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

62
63 @property
64 def icon_url(self) -> Optional[str]:
65 return self._icon_url
66
67 @property
68 def name(self) -> Optional[str]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected