We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PresenceActivity
Application
1 parent 7bd3373 commit c334794Copy full SHA for c334794
interactions/api/models/presence.py
@@ -115,6 +115,11 @@ class PresenceActivity(DictSerializerMixin):
115
"instance",
116
"flags",
117
"buttons",
118
+ # TODO: document/investigate what these do.
119
+ "users",
120
+ "status",
121
+ "client_status",
122
+ "activities",
123
)
124
125
def __init__(self, **kwargs):
interactions/api/models/team.py
@@ -100,6 +100,7 @@ class Application(DictSerializerMixin):
100
101
"type",
102
"hook",
103
+ "tags", # TODO: document/investigate what it does.
104
105
106
0 commit comments