DefaultVoiceGatewayData
data class DefaultVoiceGatewayData(val selfId: Snowflake, val guildId: Snowflake, val sessionId: String, val client: HttpClient, val reconnectRetry: Retry, val eventFlow: MutableSharedFlow<VoiceEvent>)(source)
Constructors
Link copied to clipboard
constructor(selfId: Snowflake, guildId: Snowflake, sessionId: String, client: HttpClient, reconnectRetry: Retry, eventFlow: MutableSharedFlow<VoiceEvent>)