aboutsummaryrefslogtreecommitdiff
path: root/lib/models/attachment.mli
diff options
context:
space:
mode:
authorAdelyn Breelove <[email protected]>2019-01-21 08:52:33 -0700
committerAdelyn Breelove <[email protected]>2019-01-21 08:52:33 -0700
commitc3d6e15bb89d4a93a2fa486db6c8e126baf4da2e (patch)
tree3fe6679ff4520899bab9ab9fb96145efd614a3a3 /lib/models/attachment.mli
parentswap order of fields in example bot to reflect correct ordering (diff)
downloaddisml-c3d6e15bb89d4a93a2fa486db6c8e126baf4da2e.tar.xz
disml-c3d6e15bb89d4a93a2fa486db6c8e126baf4da2e.zip
folder restructure
Diffstat (limited to 'lib/models/attachment.mli')
-rw-r--r--lib/models/attachment.mli9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/models/attachment.mli b/lib/models/attachment.mli
deleted file mode 100644
index 2780011..0000000
--- a/lib/models/attachment.mli
+++ /dev/null
@@ -1,9 +0,0 @@
-type t = {
- id: Snowflake.t;
- filename: string;
- size: int;
- url: string;
- proxy_url: string;
- height: int;
- width: int;
-} [@@deriving sexp, yojson] \ No newline at end of file