Voice Connection Data
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
self Id
the id of the bot connecting to a voice channel.
guild Id
the id of the guild that the bot is connecting to.
session Id
the id of the current voice session, given by Discord.