TwitchPoll.ResponseSchema

JSON schema for the Twitch poll API response.

struct TwitchPoll
static
@serdeOptional
struct ResponseSchema {}

Members

Structs

Pagination
struct Pagination
PollSchema
struct PollSchema

Variables

data
PollSchema[] data;
pagination
Pagination pagination;