LavalinkReadyMessage class

A message sent when a Lavalink session is initialized.

Inheritance
Annotations
  • @JsonSerializable()

Constructors

LavalinkReadyMessage({required LavalinkClient client, required String opType, required bool wasResumed, required String sessionId})
Create a new LavalinkReadyMessage.
LavalinkReadyMessage.fromJson(Map<String, Object?> json)
factory

Properties

client LavalinkClient
The client this message was for.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
opType String
The type of this message.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionId String
The ID of the session.
final
wasResumed bool
Whether the session was resumed.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited