From 1a73007b3aaa17940173eaff1eb4f6703fd9ec0c Mon Sep 17 00:00:00 2001 From: Adelyn Breelove Date: Wed, 19 Dec 2018 13:44:04 -0700 Subject: Re-arrange autogen serialization files and incorporate into dune file --- lib/attachment.atd | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lib/attachment.atd (limited to 'lib/attachment.atd') diff --git a/lib/attachment.atd b/lib/attachment.atd new file mode 100644 index 0000000..9757b49 --- /dev/null +++ b/lib/attachment.atd @@ -0,0 +1,11 @@ +type snowflake = abstract + +type t = { + id: snowflake; + filename: string; + size: int; + url: string; + proxy_url: string; + ?height: int option; + ?width: int option; +} \ No newline at end of file -- cgit v1.2.3