pins¶
- class pyZUnivers.pins.UserPin(payload)¶
Represents a user card that has been pinned.
- id¶
The id of the pin.
- Type:
str
- name¶
The name of the pin.
- Type:
str
- type¶
The type of the pin.
- Type:
str
- rarity¶
The rarity of the pin.
- Type:
int
- identifier¶
The identifier of the pin.
- Type:
int
- image_urls¶
The image urls of the pin.
- Type:
List[str]
- shiny_level¶
The shiny level of the pin.
- Type:
Literal[‘Normal’, ‘Golden’, ‘Shiny’]
- score¶
The score of the pin.
- Type:
int
- is_recyclable¶
Whether the pin is recyclable.
- Type:
bool
- is_tradable¶
Whether the pin is tradable.
- Type:
bool
- is_counting¶
Whether the pin is counting.
- Type:
bool
- is_craftable¶
Whether the pin is craftable.
- Type:
bool
- is_invocable¶
Whether the pin is invocable.
- Type:
bool
- is_goldable¶
Whether the pin is goldable.
- Type:
bool
- is_upgradable¶
Whether the pin is upgradable.
- Type:
bool
- is_golden¶
Whether the pin is golden or not.
- Type:
bool
- is_shiny¶
Whether the pin is shiny or not.
- Type:
bool