OBJECT

PollSettingsSubscriberMultiplier

Subscriber multiplier poll settings. Deprecated: subscriber multipliers are no longer supported.

link GraphQL Schema definition

1type PollSettingsSubscriberMultiplier {
2
3# Whether the poll has a subscriber multipler.
4isEnabled: Boolean!
5
6}