mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-10-22 16:32:59 +00:00
Add invite targets for voice channel invites
This commit is contained in:
15
docs/api.rst
15
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
|
||||
----------------
|
||||
|
||||
|
Reference in New Issue
Block a user