aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/api.rst21
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst
index c80bc304..e2a83100 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -42,6 +42,15 @@ Client
.. autoclass:: AppInfo
:members:
+.. autoclass:: GameInfo
+ :members:
+
+.. autoclass:: Team
+ :members:
+
+.. autoclass:: TeamMember
+ :members:
+
Voice
------
@@ -1537,6 +1546,18 @@ of :class:`enum.Enum`.
Represents the Dark theme on Discord.
+.. class:: TeamMembershipState
+
+ Represents the membership state of a team member retrieved through :func:Bot.application_info.
+
+ .. attribue:: invited
+
+ Represents an invited member.
+
+ .. attribute:: accepted
+
+ Represents a member currently in the team.
+
Async Iterator
----------------