kameloso IRC bot
Dlang.org
Stream.JSONSchema
kameloso
plugins
twitch
TwitchPlugin
Room
Stream
Undocumented in source.
struct
Stream
package static
@
serdeOptional
struct
JSONSchema {
string
game_id
;
string
game_name
;
string
id
;
string
started_at
;
string
[]
tags
;
string
title
;
string
type
;
string
user_id
;
string
user_login
;
string
user_name
;
long
viewer_count
;
long
viewer_count_max
;
@
serdeOptional
string
ended_at
;
@
serdeOptional
long
duration
;
@
serdeIgnore
string
[]
tag_ids
;
@
serdeIgnore
string
thumbnail_url
;
@
serdeIgnore
bool
is_mature
;
@
serdeIgnore
string
language
;
auto
asJSONValue
();
}
Members
Functions
asJSONValue
auto
asJSONValue
()
Returns this
JSONSchema
as a
JSONValue
.
kameloso
plugins
twitch
TwitchPlugin
Room
Stream
constructors
this
functions
asSchema
id
update
structs
JSONSchema
variables
_id
activeViewers
chattersSeen
duration
endedAt
gameID
gameName
live
startedAt
status
tags
title
userDisplayName
userID
userLogin
viewerCount
viewerCountMax