ecspresso
    Preparing search index...

    Interface StopMusicEvent<Ch>

    Event to stop music on a channel.

    interface StopMusicEvent<Ch extends string = string> {
        channel?: Ch;
    }

    Type Parameters

    • Ch extends string = string
    Index

    Properties

    Properties

    channel?: Ch

    Channel to stop music on. If omitted, stops all music.