Skip to content

Commit a4f1671

Browse files
committed
Add User to docs
1 parent 050bb42 commit a4f1671

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

docs/references/user.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ User Reference
99
.. autoclass:: twitchio.PartialUser
1010
:members:
1111

12+
.. attributetable:: twitchio.User
13+
14+
.. autoclass:: twitchio.User
15+
:members:
16+
1217
.. attributetable:: twitchio.Chatter
1318

1419
.. autoclass:: twitchio.Chatter

twitchio/user.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3364,6 +3364,8 @@ async def warn_user(
33643364
class User(PartialUser):
33653365
"""Represents a User.
33663366
3367+
This class inherits from PartialUser and contains additional information about the user.
3368+
33673369
Attributes
33683370
----------
33693371
id: str

0 commit comments

Comments
 (0)