OBJECT

PollSettingsBitsVotes

Bits votes poll settings.

link GraphQL Schema definition

1type PollSettingsBitsVotes {
2
3# Cost of bits for a vote.
4cost: Int!
5
6# Whether the poll allows for users to use bits for votes.
7isEnabled: Boolean!
8
9}