Embed

Members

Mixins

__anonymous
mixin OptionalSerializer!(typeof(this))
Undocumented in source.

Structs

Author
struct Author
Undocumented in source.
Field
struct Field
Undocumented in source.
Footer
struct Footer
Undocumented in source.
Image
struct Image
Undocumented in source.
Provider
struct Provider
Undocumented in source.
Thumbnail
struct Thumbnail
Undocumented in source.
Video
struct Video
Undocumented in source.

Variables

author
Author author;
Undocumented in source.
color
Nullable!int color;
Undocumented in source.
description
string description;
Undocumented in source.
fields
Field[] fields;
Undocumented in source.
footer
Footer footer;
Undocumented in source.
image
Image image;
Undocumented in source.
provider
Provider provider;
Undocumented in source.
thumbnail
Thumbnail thumbnail;
Undocumented in source.
timestamp
SafeTime timestamp;
Undocumented in source.
title
string title;
Undocumented in source.
type
string type;
Undocumented in source.
url
string url;
Undocumented in source.
video
Video video;
Undocumented in source.

Meta