{}
The number of bits that a vote should cost. If not given, voting with bits will be disabled.
bitsPerVote?: number
The number of channel points that a vote should cost. If not given, voting with channel points will be disabled.
channelPointsPerVote?: number
The available choices for the poll.
choices: Array<string>
The duration of the poll, in seconds.
duration: number
The title of the poll.
title: string
Properties
bitsPerVote
Type: ?number
The number of bits that a vote should cost. If not given, voting with bits will be disabled.
channelPointsPerVote
Type: ?number
The number of channel points that a vote should cost. If not given, voting with channel points will be disabled.