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

    Interface EntryEffect

    interface EntryEffect {
        avatar: string;
        background: string;
        backgroundAnimated: string;
        duration: number;
        guardType: number;
        id: string;
        message: string;
        nameColor: string;
        origin: number;
        originIdx: number;
        read: boolean;
        timestamp: number;
        timestampNormalized: number;
        type: "entry-effect";
        uid: number;
    }
    Index

    Properties

    avatar: string
    background: string
    backgroundAnimated: string

    动态背景,如果不存在则为空字符串 ""

    duration: number

    持续时间,秒

    guardType: number

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

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

    id: string
    message: string
    nameColor: string
    origin: number
    originIdx: number
    read: boolean
    timestamp: number
    timestampNormalized: number

    Normalized timestamp from nanoseconds to milliseconds

    type: "entry-effect"
    uid: number