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 050bb42 commit a4f1671Copy full SHA for a4f1671
docs/references/user.rst
@@ -9,6 +9,11 @@ User Reference
9
.. autoclass:: twitchio.PartialUser
10
:members:
11
12
+.. attributetable:: twitchio.User
13
+
14
+.. autoclass:: twitchio.User
15
+ :members:
16
17
.. attributetable:: twitchio.Chatter
18
19
.. autoclass:: twitchio.Chatter
twitchio/user.py
@@ -3364,6 +3364,8 @@ async def warn_user(
3364
class User(PartialUser):
3365
"""Represents a User.
3366
3367
+ This class inherits from PartialUser and contains additional information about the user.
3368
3369
Attributes
3370
----------
3371
id: str
0 commit comments