Discolink
    Preparing search index...

    Interface TrackEndEventPayload

    interface TrackEndEventPayload {
        type: TrackEnd;
        track: APITrack;
        reason: TrackEndReason;
        op: Event;
        guildId: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    type: TrackEnd

    The type of event

    track: APITrack

    The track that ended playing

    The reason the track ended

    op: Event

    The op type

    guildId: string

    The guild id