ENUM

ExtensionBitsSupportLevel

The support levels for Bits features.

link GraphQL Schema definition

1enum ExtensionBitsSupportLevel {
2
3# This extension doesn't have any support for bit features.
4NONE
5
6# This extension has support for bit features but can operate in the event
7# the broadcaster disables the permissions.
8OPTIONAL
9
10# This extension requires support for bit features and cannot operate in the event
11# the broadcaster disables the permissions.
12REQUIRED
13}