aboutsummaryrefslogtreecommitdiff
path: root/lib/models/channel/message/attachment.mli
blob: 56006dc9456d97fb9a3fc2f24fa63b43974309e1 (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 { exn = true }]