ENUM

BitsEventType

Bits event type.

link GraphQL Schema definition

1enum BitsEventType {
2
3# Event for giving bits to broadcaster.
4GIVE_BITS_TO_BROADCASTER
5
6# Event for using bits on extension.
7USE_BITS_ON_EXTENSION
8
9# Event for using bits on poll.
10USE_BITS_ON_POLL
11
12# Unknown event type.
13UNKNOWN
14}