From 916a7fe93cb43a127ae08d545f5fddf2a4ea74be Mon Sep 17 00:00:00 2001 From: Adelyn Breedlove Date: Sun, 20 Jan 2019 23:55:56 -0700 Subject: Add more interfaces --- lib/models/attachment.mli | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lib/models/attachment.mli (limited to 'lib/models/attachment.mli') diff --git a/lib/models/attachment.mli b/lib/models/attachment.mli new file mode 100644 index 0000000..2780011 --- /dev/null +++ b/lib/models/attachment.mli @@ -0,0 +1,9 @@ +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 -- cgit v1.2.3