challenges¶
- class pyZUnivers.challenges.Challenges(username: str = None)¶
User’s informations about current challenges.
- name¶
The name of the user.
- Type:
str
- first¶
The first challenge.
- Type:
Challenge
- second¶
The second challenge.
- Type:
Challenge
- third¶
The third challenge.
- Type:
Challenge
- begin_date¶
The begin date of the challenges.
- Type:
datetime
- end_date¶
The end date of the challenges.
- Type:
datetime
- class pyZUnivers.challenges._ChallengeAtrb(payload)¶
A challenge’s informations.
- name¶
The name of the challenge.
- Type:
str
- score_gain¶
The score gain of the challenge.
- Type:
int
- lore_dust_gain¶
The lore dust gain of the challenge.
- Type:
int
- progress¶
The progress of the challenge.
- Type:
str
- achieved_date¶
The achieved date of the challenge.
- Type:
datetime