INPUT_OBJECT

UpdateUserSubscriptionSettingsInput

UpdateUserSubscriptionSettingsInput updates the users subscription settings.

link GraphQL Schema definition

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