PlayerUpdateEvent

data class PlayerUpdateEvent(val node: LavalinkNode, val guildId: Long, val state: PlayerState) : ClientEvent

Constructors

Link copied to clipboard
constructor(node: LavalinkNode, guildId: Long, state: PlayerState)

Properties

Link copied to clipboard
Link copied to clipboard
open override val node: LavalinkNode
Link copied to clipboard
val state: PlayerState