kazagumo
    Preparing search index...

    Interface Payload

    interface Payload {
        d: {
            channel_id: string | null;
            guild_id: string;
            self_deaf: boolean;
            self_mute: boolean;
        };
        op: number;
    }
    Index

    Properties

    d op

    Properties

    d: {
        channel_id: string | null;
        guild_id: string;
        self_deaf: boolean;
        self_mute: boolean;
    }
    op: number

    The OP code