kameloso IRC bot
Dlang.org
ErrorResponse
kameloso
plugins
twitch
emotes
ffz
JSON schema of the error response from the FrankerFaceZ API.
version(TwitchSupport && WithTwitchPlugin)
private
struct
ErrorResponse {
string
error
;
string
message
;
uint
status
;
}
Members
Variables
error
string
error
;
message
string
message
;
status
uint
status
;
kameloso
plugins
twitch
emotes
ffz
functions
getFFZEmotes
getFFZEmotesGlobal
structs
ErrorResponse
Response
JSON schema of the error response from the FrankerFaceZ API.