OBJECT
SetUnbanRequestsSettingsPayload
Result of setting a channel's unban requests settings.
link GraphQL Schema definition
1 type SetUnbanRequestsSettingsPayload { 2 3 # Error from attempting to set unban requests settings. 4 : SetUnbanRequestsSettingsError 5 6 # The updated settings on the channel. 7 : UnbanRequestsSettings 8 9 }