Documentation
¶
Overview ¶
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. SPDX-License-Identifier: Apache-2.0
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. SPDX-License-Identifier: Apache-2.0
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PatchPollsBody ¶
type PostPollsBody ¶
type PostPollsBody struct {
BroadcasterID string `json:"broadcaster_id"`
Title string `json:"title"`
Choices []PostPollsBodyChoice `json:"choices"`
Duration int `json:"duration"`
BitsVotingEnabled bool `json:"bits_voting_enabled"`
BitsPerVote int `json:"bits_per_vote"`
ChannelPointsVotingEnabled bool `json:"channel_points_voting_enabled"`
ChannelPointsPerVote int `json:"channel_points_per_vote"`
}
type PostPollsBodyChoice ¶
type PostPollsBodyChoice struct {
Title string `json:"title"`
}
Click to show internal directories.
Click to hide internal directories.