aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/api.rst15
1 files changed, 12 insertions, 3 deletions
diff --git a/docs/api.rst b/docs/api.rst
index 62764a23..649e8d33 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -64,6 +64,14 @@ AppInfo
.. autoclass:: AppInfo()
:members:
+PartialAppInfo
+~~~~~~~~~~~~~~~
+
+.. attributetable:: PartialAppInfo
+
+.. autoclass:: PartialAppInfo()
+ :members:
+
Team
~~~~~
@@ -2076,7 +2084,7 @@ of :class:`enum.Enum`.
.. class:: InviteTarget
- Represents the type of target an invite contains.
+ Represents the invite type for voice channel invites.
.. versionadded:: 2.0
@@ -2086,11 +2094,11 @@ of :class:`enum.Enum`.
.. attribute:: stream
- The invite targets a stream.
+ A stream invite that targets a user.
.. attribute:: embedded_application
- The invite targets an embedded application activity.
+ A stream invite that targets an embedded application.
.. class:: VideoQualityMode
@@ -2106,6 +2114,7 @@ of :class:`enum.Enum`.
Represents full camera video quality.
+
Async Iterator
----------------