aboutsummaryrefslogtreecommitdiff
path: root/lib/models/gen/presence.atd
diff options
context:
space:
mode:
Diffstat (limited to 'lib/models/gen/presence.atd')
-rw-r--r--lib/models/gen/presence.atd13
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/models/gen/presence.atd b/lib/models/gen/presence.atd
deleted file mode 100644
index da9b3fd..0000000
--- a/lib/models/gen/presence.atd
+++ /dev/null
@@ -1,13 +0,0 @@
-type snowflake <ocaml from="Snowflake" t="t"> = abstract
-type user <ocaml from="User" t="t"> = abstract
-type partial_user <ocaml from="User" t="partial_user"> = abstract
-type activity <ocaml from="Activity" t="t"> = abstract
-
-type t = {
- user: partial_user;
- roles: snowflake list;
- ?game: activity option;
- guild_id: snowflake;
- status: string;
- activities: activity list;
-} \ No newline at end of file