Sebastian Law
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
discord/abc.py
|
|
@ -1213,12 +1213,12 @@ class GuildChannel: |
|
|
|
.. versionadded:: 2.0 |
|
|
|
|
|
|
|
target_user: Optional[:class:`User`] |
|
|
|
The user whose stream to display for this invite, required if `target_type` is `TargetType.stream`. The user must be streaming in the channel. |
|
|
|
The user whose stream to display for this invite, required if ``target_type`` is :attr:`.InviteTarget.stream`. The user must be streaming in the channel. |
|
|
|
|
|
|
|
.. versionadded:: 2.0 |
|
|
|
|
|
|
|
target_application_id:: Optional[:class:`int`] |
|
|
|
The id of the embedded application for the invite, required if `target_type` is `TargetType.embedded_application`. |
|
|
|
The id of the embedded application for the invite, required if ``target_type`` is :attr:`.InviteTarget.embedded_application`. |
|
|
|
|
|
|
|
.. versionadded:: 2.0 |
|
|
|
|
|
|
|