VoiceConnectionData

data class VoiceConnectionData(val selfId: Snowflake, val guildId: Snowflake, val sessionId: String)(source)

Data that represents a VoiceConnection, these will never change during the lifetime of a VoiceConnection.

Parameters

selfId

the id of the bot connecting to a voice channel.

guildId

the id of the guild that the bot is connecting to.

sessionId

the id of the current voice session, given by Discord.

Constructors

Link copied to clipboard
constructor(selfId: Snowflake, guildId: Snowflake, sessionId: String)

Properties

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