Skip to content

TrackStartEvent

The TrackStartEvent is sent by the server to the client whenever a track begins playback.


FieldTypeDescription
opstringAlways event
typestringAlways TrackStartEvent
guildIdstringThe Discord guild ID
trackobjectThe Track that started playing

{
"op": "event",
"type": "TrackStartEvent",
"guildId": "1234567890",
"track": {
"encoded": "...",
"info": { ... }
}
}