hoshii / Exports / Constants / WebsocketEvents
WebsocketEvents
Constants.WebsocketEvents
Table of contents
Properties
- GATEWAY_PACKET
- GATEWAY_PARSED_PACKET
- GATEWAY_UNKNOWN_PACKET
- GATEWAY_WELCOME
- GATEWAY_WELCOME_PACKET
- debug
- disconnect
- error
- exit
Properties
GATEWAY_PACKET
• GATEWAY_PACKET: [packet: AnyPacket]
Defined in
GATEWAY_PARSED_PACKET
• GATEWAY_PARSED_PACKET: [type: string, data: object]
Defined in
GATEWAY_UNKNOWN_PACKET
• GATEWAY_UNKNOWN_PACKET: [message: string, packet: AnyPacket]
Defined in
GATEWAY_WELCOME
• GATEWAY_WELCOME: [data: RawClientUser]
Defined in
GATEWAY_WELCOME_PACKET
• GATEWAY_WELCOME_PACKET: [packet: WelcomePacket]
Defined in
debug
• debug: [message: string | object]
Defined in
disconnect
• disconnect: [error: Error]
Defined in
error
• error: [error: Error]
Defined in
exit
• exit: [message: string | Error]