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

    Interface RoomMetaUpdate

    interface RoomMetaUpdate {
        fans: number;
        fansclub: number;
        id: string;
        message: string;
        origin: number;
        originIdx: number;
        read: boolean;
        timestamp: number;
        timestampNormalized: number;
        type: "room-meta-update";
        uid: number;
        username: string;
    }
    Index

    Properties

    fans: number
    fansclub: number
    id: string
    message: string
    origin: number
    originIdx: number
    read: boolean
    timestamp: number
    timestampNormalized: number
    type: "room-meta-update"
    uid: number
    username: string