OBJECT
ChannelHomePreferences
The streamer's channel home preferences.
link GraphQL Schema definition
1 type ChannelHomePreferences { 2 3 # The hero preset. 4 : HeroPreset! 5 6 # The type of streamer shelf to display. 7 : StreamerShelfType! 8 9 }