@laplace.live/event-types
    Preparing search index...

    Interface LiveCutoff

    interface LiveCutoff {
        id: string;
        message: string;
        origin: number;
        originIdx: number;
        read: boolean;
        timestamp: number;
        timestampNormalized: number;
        type: "live-cutoff";
        uid: number;
        username: string;
    }
    Index

    Properties

    id: string
    message: string

    被切断的理由

    origin: number
    originIdx: number
    read: boolean
    timestamp: number
    timestampNormalized: number
    type: "live-cutoff"
    uid: number

    被切断直播间的房间号

    username: string

    用户名为空