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, 9 insertions, 0 deletions
diff --git a/lib/models/attachment.ml b/lib/models/attachment.ml
new file mode 100644
index 0000000..095743d
--- /dev/null
+++ b/lib/models/attachment.ml
@@ -0,0 +1,9 @@
+type t = {
+ id: Snowflake.t;
+ filename: string;
+ size: int;
+ url: string;
+ proxy_url: string;
+ height: int option;
+ width: int option;
+} \ No newline at end of file