From b48f510e154e40b8ba3bef58e5c513fccf90c89c Mon Sep 17 00:00:00 2001 From: Zomatree <39768508+Zomatree@users.noreply.github.com> Date: Sat, 29 May 2021 05:15:46 +0100 Subject: Add invite targets for voice channel invites --- docs/api.rst | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'docs') 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 ---------------- -- cgit v1.2.3