From af684566617ebce536e9f30693aa3e225af906c4 Mon Sep 17 00:00:00 2001 From: Adelyn Breelove Date: Fri, 14 Dec 2018 10:52:36 -0700 Subject: There's a lot going on --- lib/models/gen/attachment_t.mli | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lib/models/gen/attachment_t.mli (limited to 'lib/models/gen/attachment_t.mli') diff --git a/lib/models/gen/attachment_t.mli b/lib/models/gen/attachment_t.mli new file mode 100644 index 0000000..0485dcc --- /dev/null +++ b/lib/models/gen/attachment_t.mli @@ -0,0 +1,14 @@ +(* Auto-generated from "attachment.atd" *) + [@@@ocaml.warning "-27-32-35-39"] + +type snowflake = Snowflake_t.t + +type t = { + id: snowflake; + filename: string; + size: int; + url: string; + proxy_url: string; + height: int option; + width: int option +} -- cgit v1.2.3