summaryrefslogtreecommitdiff
path: root/common/rust/src/discord_models/gateway.rs
diff options
context:
space:
mode:
authorMatthieu <matthieu@developershouse.xyz>2021-10-20 09:49:41 +0400
committerMatthieu <matthieu@developershouse.xyz>2021-10-20 09:49:41 +0400
commit861993c31aed98f04552d01d70bbf9289891bb16 (patch)
tree972ad5cd049c8f7f7ce95e6feb47eb9356291f13 /common/rust/src/discord_models/gateway.rs
parent14da2f171c96c00a5e31ac36515f41f1ad063133 (diff)
fix some things
Diffstat (limited to 'common/rust/src/discord_models/gateway.rs')
-rw-r--r--common/rust/src/discord_models/gateway.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/common/rust/src/discord_models/gateway.rs b/common/rust/src/discord_models/gateway.rs
index dbdf60d..a886d99 100644
--- a/common/rust/src/discord_models/gateway.rs
+++ b/common/rust/src/discord_models/gateway.rs
@@ -116,3 +116,9 @@ pub struct Activity {
pub flags: Option<BitFlags<ActivityFlags>>,
pub buttons: Option<Vec<ActivityButtons>>,
}
+
+#[derive(Debug, Clone, Deserialize, Serialize)]
+#[serde(tag = "type")]
+pub enum NewActivity {
+
+} \ No newline at end of file