DiscordAuditLogRoleChange

data class DiscordAuditLogRoleChange(val id: String, val name: String? = null, val color: Int? = null, val hoist: Boolean? = null, val position: Int? = null, val permissions: Permissions? = null, val managed: Boolean? = null, val mentionable: Boolean? = null)(source)

Constructors

Link copied to clipboard
constructor(id: String, name: String? = null, color: Int? = null, hoist: Boolean? = null, position: Int? = null, permissions: Permissions? = null, managed: Boolean? = null, mentionable: Boolean? = null)

Properties

Link copied to clipboard
val color: Int? = null
Link copied to clipboard
val hoist: Boolean? = null
Link copied to clipboard
val id: String
Link copied to clipboard
val managed: Boolean? = null
Link copied to clipboard
val mentionable: Boolean? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard
Link copied to clipboard
val position: Int? = null