kameloso IRC bot
Dlang.org
Poll.JSONSchema
kameloso
plugins
poll
Poll
JSON schema for serialising and deserialising a poll.
struct
Poll
static
struct
JSONSchema {
long
start
;
long
end
;
uint
[
string
]
voteCounts
;
string
[
string
]
origChoiceNames
;
string
[]
sortedChoices
;
string
[
string
]
votes
;
uint
uniqueID
;
}
Members
Variables
end
long
end
;
origChoiceNames
string
[
string
]
origChoiceNames
;
sortedChoices
string
[]
sortedChoices
;
start
long
start
;
uniqueID
uint
uniqueID
;
voteCounts
uint
[
string
]
voteCounts
;
votes
string
[
string
]
votes
;
kameloso
plugins
poll
Poll
constructors
this
functions
asSchema
structs
JSONSchema
variables
end
origChoiceNames
sortedChoices
start
uniqueID
voteCounts
votes
JSON schema for serialising and deserialising a poll.