Module polls

Source
Available on crate feature helix only.
Expand description

Helix endpoints regarding channel polls

§Implemented endpoints

Polls 🟢 3/3

Modules§

create_poll
Create a poll for a specific Twitch channel. create-poll
end_poll
End a poll that is currently active.
get_polls
Get information about all polls or specific polls for a Twitch channel. Poll information is available for 90 days. get-polls

Structs§

CreatePollBody
Body Parameters for Create Poll
CreatePollRequest
Query Parameters for Create Poll
EndPollBody
Body Parameters for End Poll
EndPollRequest
Query Parameters for End Poll
GetPollsRequest
Query Parameters for Get polls
NewPollChoice
Choice settings for a poll
Poll
Return Values for Get polls