GuildVerificationRequirementChange

@Serializable
@SerialName(value = "verification_level")
data class GuildVerificationRequirementChange(val oldVerificationLevel: VerificationLevel? = null, val newVerificationLevel: VerificationLevel? = null) : AuditLogChange(source)

Constructors

Link copied to clipboard
constructor(oldVerificationLevel: VerificationLevel? = null, newVerificationLevel: VerificationLevel? = null)

Properties

Link copied to clipboard
@SerialName(value = "new_value")
val newVerificationLevel: VerificationLevel? = null
Link copied to clipboard
@SerialName(value = "old_value")
val oldVerificationLevel: VerificationLevel? = null