kameloso IRC bot
Dlang.org
TwitchPoll.ResponseSchema
kameloso
plugins
twitch
api
TwitchPoll
JSON schema for the Twitch poll API response.
struct
TwitchPoll
static
@
serdeOptional
struct
ResponseSchema {
struct
PollSchema
;
struct
Pagination
;
PollSchema
[]
data
;
Pagination
pagination
;
}
Members
Structs
Pagination
struct
Pagination
PollSchema
struct
PollSchema
Variables
data
PollSchema
[]
data
;
pagination
Pagination
pagination
;
kameloso
plugins
twitch
api
TwitchPoll
constructors
this
enums
PollStatus
structs
Choice
ResponseSchema
variables
broadcasterDisplayName
broadcasterID
broadcasterLogin
channelPointsPerVote
channelPointsVotingEnabled
choices
duration
endedAt
pollID
startedAt
status
title
JSON schema for the Twitch poll API response.