aboutsummaryrefslogtreecommitdiff
path: root/lib/models/attachment_t.ml
blob: 0485dcc8e9b9602d53674e457fa4740ef8c9dddc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
}