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.atd | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lib/models/gen/attachment.atd (limited to 'lib/models/gen/attachment.atd') diff --git a/lib/models/gen/attachment.atd b/lib/models/gen/attachment.atd new file mode 100644 index 0000000..9757b49 --- /dev/null +++ b/lib/models/gen/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