aboutsummaryrefslogtreecommitdiff
path: root/discord/activity.py
diff options
context:
space:
mode:
Diffstat (limited to 'discord/activity.py')
-rw-r--r--discord/activity.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/discord/activity.py b/discord/activity.py
index 01f23347..ddbdc60d 100644
--- a/discord/activity.py
+++ b/discord/activity.py
@@ -414,12 +414,18 @@ class Streaming(BaseActivity):
-----------
platform: :class:`str`
Where the user is streaming from (ie. YouTube, Twitch).
+
+ .. versionadded:: 1.3
+
name: Optional[:class:`str`]
The stream's name.
details: Optional[:class:`str`]
Same as :attr:`name`
game: Optional[:class:`str`]
The game being streamed.
+
+ .. versionadded:: 1.3
+
url: :class:`str`
The stream's URL.
assets: :class:`dict`