We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca716d8 commit 14342e6Copy full SHA for 14342e6
twitchio/models.py
@@ -85,9 +85,9 @@ class BitsLeaderboard:
85
86
Attributes
87
------------
88
- started_at: :class:`datetime.datetime`
+ started_at: Optional[:class:`datetime.datetime`]
89
The time the leaderboard started.
90
- ended_at: :class:`datetime.datetime`
+ ended_at: Optional[:class:`datetime.datetime`]
91
The time the leaderboard ended.
92
leaders: List[:class:`BitLeaderboardUser`]
93
The current leaders of the Leaderboard.
0 commit comments