AutoModSettings

@Serializable
data class AutoModSettings(val broadcasterId: String, val moderatorId: String, val overallLevel: Int? = null, val disability: Int, val aggression: Int, val sexualitySexOrGender: Int, val misogyny: Int, val bullying: Int, val swearing: Int, val raceEthnicityOrReligion: Int, val sexBasedTerms: Int)

The broadcaster's AutoMod settings.

See also

Constructors

Link copied to clipboard
constructor(broadcasterId: String, moderatorId: String, overallLevel: Int? = null, disability: Int, aggression: Int, sexualitySexOrGender: Int, misogyny: Int, bullying: Int, swearing: Int, raceEthnicityOrReligion: Int, sexBasedTerms: Int)

Properties

Link copied to clipboard

the Automod level for hostility involving aggression.

Link copied to clipboard
@SerialName(value = "broadcaster_id")
val broadcasterId: String

the broadcaster's ID.

Link copied to clipboard

the Automod level for hostility involving name calling or insults.

Link copied to clipboard

the Automod level for discrimination against disability.

Link copied to clipboard

the Automod level for discrimination against women.

Link copied to clipboard
@SerialName(value = "moderator_id")
val moderatorId: String

the moderator's ID.

Link copied to clipboard
@SerialName(value = "overall_level")
val overallLevel: Int?

the default AutoMod level for the broadcaster. This field is null if the broadcaster has set one or more of the individual settings.

Link copied to clipboard
@SerialName(value = "race_ethnicity_or_religion")
val raceEthnicityOrReligion: Int

the Automod level for racial discrimination.

Link copied to clipboard
@SerialName(value = "sex_based_terms")
val sexBasedTerms: Int

the Automod level for sexual content.

Link copied to clipboard
@SerialName(value = "sexuality_sex_or_gender")
val sexualitySexOrGender: Int

the AutoMod level for discrimination based on sexuality, sex, or gender.

Link copied to clipboard

the Automod level for profanity.