Shoukaku
    Preparing search index...

    Interface StateUpdatePartial

    Represents the partial payload from a stateUpdate event

    interface StateUpdatePartial {
        channel_id?: string;
        self_deaf: boolean;
        self_mute: boolean;
        session_id?: string;
    }
    Index

    Properties

    channel_id?: string
    self_deaf: boolean
    self_mute: boolean
    session_id?: string