OBJECT

UnbanRequestsSettings

Set of preferences set by the channel owner regarding unban requests.

link GraphQL Schema definition

1type UnbanRequestsSettings {
2
3# The number of minutes after being banned before users can request an unban.
4cooldownMinutes: Int!
5
6# Whether users can create requests on the channel or not.
7isEnabled: Boolean!
8
9}