aboutsummaryrefslogtreecommitdiff
path: root/lib/models/attachment.mli
blob: 27800110aef473ad705ac5b1690f0f3351eaecbb (plain) (blame)
1
2
3
4
5
6
7
8
9
type t = {
    id: Snowflake.t;
    filename: string;
    size: int;
    url: string;
    proxy_url: string;
    height: int;
    width: int;
} [@@deriving sexp, yojson]