aboutsummaryrefslogtreecommitdiff
path: root/lib/models/attachment.ml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/models/attachment.ml')
-rw-r--r--lib/models/attachment.ml9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/models/attachment.ml b/lib/models/attachment.ml
deleted file mode 100644
index 595aa45..0000000
--- a/lib/models/attachment.ml
+++ /dev/null
@@ -1,9 +0,0 @@
-type t = {
- id: Snowflake.t;
- filename: string;
- size: int;
- url: string;
- proxy_url: string;
- height: int option;
- width: int option;
-} [@@deriving yojson] \ No newline at end of file