GuildVanityUrlCodeChange

@Serializable
@SerialName(value = "vanity_url_code")
data class GuildVanityUrlCodeChange(val oldVanityCode: String? = null, val newVanityCode: String? = null) : AuditLogChange(source)

Constructors

Link copied to clipboard
constructor(oldVanityCode: String? = null, newVanityCode: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "new_value")
val newVanityCode: String? = null
Link copied to clipboard
@SerialName(value = "old_value")
val oldVanityCode: String? = null