Hoshimi
NPM
GuideAPI
Hoshimi
NPM
Guide
API

Ready

The ready event for the node.

API/Interfaces/Ready
hoshimi/src/types/Node.d.ts

Signature

export interface Ready

Properties

3
opresumedsessionId

Methods

0

No methods.

Properties

op#
op: OpCodes.Ready;

The op code for the event.

@type{OpCodes.Ready}
resumed#
resumed: boolean;

Return if the node is resumed.

@type{boolean}
sessionId#
sessionId: string;

Return the session id of the node.

@type{string}