Embed

struct Embed {
string title;
string type;
string description;
string url;
SafeTime timestamp;
Nullable!int color;
Footer footer;
Image image;
Thumbnail thumbnail;
Video video;
Provider provider;
Author author;
Field[] fields;
}

Meta