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

    Interface ModList

    Mod list brodcasts when room_admin_entrance is triggered

    房管列表,只有在新增房管 room_admin_entrance 时会触发,用于让前端给房管用户增加标记

    BilibiliInternal.WebSocket.Prod.ROOM_ADMINS for the original version

    interface ModList {
        id: string;
        message: string;
        mods: number[];
        origin: number;
        originIdx: number;
        read: boolean;
        timestamp: number;
        timestampNormalized: number;
        type: "mod-list";
        uid: number;
    }
    Index

    Properties

    id: string
    message: string
    mods: number[]
    origin: number
    originIdx: number
    read: boolean
    timestamp: number
    timestampNormalized: number
    type: "mod-list"
    uid: number