overview¶
- class pyZUnivers.overview.UserOverview(username: str)¶
Reflects a user/overview.
- name¶
The name of the user.
- Type:
str
- invocations_before_pity¶
The invocations before pity of the user. (number of cards before a guaranteed rarity four)
- Type:
int
- vortex_name¶
The name of the vortex.
- Type:
str
- vortex_begin_date¶
The begin date of the vortex.
- Type:
datetime
- vortex_end_date¶
The end date of the vortex.
- Type:
datetime
- vortex_floor¶
The floor of the user in the vortex.
- Type:
int
- vortex_tries¶
The total tries of the user in the vortex.
- Type:
int