kameloso IRC bot
Dlang.org
Quote.JSONSchema
kameloso
plugins
quote
Quote
JSON schema.
struct
Quote
static
struct
JSONSchema {
string
line
;
long
timestamp
;
string
creator
;
@
serdeOptional
string
nickname
;
auto
asJSONValue
();
}
Members
Functions
asJSONValue
auto
asJSONValue
()
Returns a
JSONValue
of this
JSONSchema
.
Variables
creator
string
creator
;
line
string
line
;
nickname
string
nickname
;
timestamp
long
timestamp
;
kameloso
plugins
quote
Quote
constructors
this
functions
asSchema
structs
JSONSchema
variables
creator
line
nickname
timestamp
JSON schema.