INPUT_OBJECT
UpdateUserSubscriptionSettingsInput
UpdateUserSubscriptionSettingsInput updates the users subscription settings.
link GraphQL Schema definition
1 input UpdateUserSubscriptionSettingsInput { 4 2 # Whether the user only wants to receive gifts to channels they follow. 3 : Boolean 7 5 # Whether the user wants to hide Badge Modifiers. 6 : Boolean 10 8 # If the user wants to hide their Founder Badges. 9 : Boolean 13 11 # Whether the user wants to show how many gifts they've purchased. 12 : Boolean 17 14 # Whether the user wants to show their subscription tenure and status in the chat 15 # viewer card. 16 : Boolean 18 }