Interface RawMute

interface RawMute {
    muted: boolean;
    reason?: any;
    staff?: any;
}

Properties

Properties

muted: boolean
reason?: any
staff?: any