Attachment

struct Attachment {
Snowflake id;
string filename;
long size;
string url;
string proxy_url;
Nullable!uint height;
Nullable!uint width;
}

Meta