GuildAfkTimeoutChange

@Serializable
@SerialName(value = "afk_timeout")
data class GuildAfkTimeoutChange(val oldTimeout: Int? = null, val newTimeout: Int? = null) : AuditLogChange(source)

Constructors

Link copied to clipboard
constructor(oldTimeout: Int? = null, newTimeout: Int? = null)

Properties

Link copied to clipboard
@SerialName(value = "new_value")
val newTimeout: Int? = null
Link copied to clipboard
@SerialName(value = "old_value")
val oldTimeout: Int? = null