@lacunahub/lavaluna.js
Preparing search index...
EventOP
Interface EventOP
Server dispatched an event. See the
Events
for more information.
interface
EventOP
{
guildId
:
string
;
op
:
"event"
;
type
:
EventType
;
}
Hierarchy (
View Summary
)
EventOP
TrackStartEvent
TrackEndEvent
TrackExceptionEvent
TrackStuckEvent
WebSocketClosedEvent
Index
Properties
guild
Id
op
type
Properties
guild
Id
guildId
:
string
The guild id.
op
op
:
"event"
type
type
:
EventType
The type of event.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
guild
Id
op
type
@lacunahub/lavaluna.js
Loading...
Server dispatched an event. See the Events for more information.