Quote

Embodies the notion of a quote. A string line paired with a UNIX timestamp.

Constructors

this
this(JSONSchema json)

Constructor.

Members

Functions

asSchema
auto asSchema()

Returns a JSONSchema of this Quote.

Structs

JSONSchema
struct JSONSchema

JSON schema.

Variables

creator
string creator;

The nickname of the user who added the quote.

line
string line;

Quote string line.

nickname
string nickname;

Nickname of quoted user.

timestamp
long timestamp;

When the line was uttered, expressed in UNIX time.