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

    Interface Interaction

    interface Interaction {
        action: number;
        avatar: string;
        guardType: number;
        id: string;
        medal: FansMedal;
        origin: number;
        originIdx: number;
        read: boolean;
        relation: { icon: string; text: string; type: number };
        timestamp: number;
        timestampNormalized: number;
        type: "interaction";
        uid: number;
        username: string;
        wealthMedalLevel: number;
    }
    Index

    Properties

    action: number

    交互行为

    1: 进场 2: 关注 3: 分享 4: 特别关注 5: 互相关注

    avatar: string
    guardType: number

    舰长状态:该用户在当前直播间的舰长状态

    0: 白字 1: 总督 2: 提督 3: 舰长

    id: string
    medal: FansMedal

    用户当前佩戴的粉丝勋章/粉丝勋章

    origin: number
    originIdx: number
    read: boolean
    relation: { icon: string; text: string; type: number }
    timestamp: number

    Raw timestamp in nanoseconds

    timestampNormalized: number

    Normalized timestamp from nanoseconds to milliseconds

    type: "interaction"
    uid: number
    username: string
    wealthMedalLevel: number