diff options
| author | Zomatree <[email protected]> | 2021-05-29 05:15:46 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-29 00:15:46 -0400 |
| commit | b48f510e154e40b8ba3bef58e5c513fccf90c89c (patch) | |
| tree | 917f2da2ee25e0fcac4fbc9e3762d89c4d10e604 /docs/api.rst | |
| parent | Default SelectOption.value to the label if not given (diff) | |
| download | discord.py-b48f510e154e40b8ba3bef58e5c513fccf90c89c.tar.xz discord.py-b48f510e154e40b8ba3bef58e5c513fccf90c89c.zip | |
Add invite targets for voice channel invites
Diffstat (limited to 'docs/api.rst')
| -rw-r--r-- | docs/api.rst | 15 |
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 ---------------- |