VoiceState

@Serializable
data class VoiceState(val token: String, val endpoint: String, val sessionId: String, val channelId: String?)

Constructors

Link copied to clipboard
constructor(token: String, endpoint: String, sessionId: String, channelId: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard