sessionId property

String sessionId

The ID of the current session this connection is using.

Implementation

// Only safe to read after the first ready event, but instances of this class are not returned
// from LavalinkConnection.connect until that happens.
String get sessionId => _sessionId!;