ENUM

CreatorBadgeFlairSetting

Setting for a user's channel that indicates what type of badge flair, if any, is available for eligible subscribers to select.

link GraphQL Schema definition

1enum CreatorBadgeFlairSetting {
2
3# Indicates no badge flair is available.
4NONE
5
6# Indicates badge flair using the default Twitch-provided flair asset is
7# available.
8DEFAULT
9
10# Indicates badge flair using a custom user-provided flair asset is available.
11CUSTOM
12}