interface OPReady {
    op: READY;
    resumed: boolean;
    sessionId: string;
}

Properties

Properties

op: READY

The type of OP

resumed: boolean

Whether this session was resumed

sessionId: string

The Lavalink session id of this connection. Not to be confused with a Discord voice session id