Interface MuteNoticeUpdate

interface MuteNoticeUpdate {
    expiredAt?: number;
    reason: string;
}

Properties

Properties

expiredAt?: number
reason: string