Saxonberg Server API
    Preparing search index...

    Interface ContactEntryAvatar

    interface ContactEntryAvatar {
        addedAt: number;
        kind: "avatar";
        label: string;
        playerId: string;
        source: string;
    }
    Index

    Properties

    addedAt: number

    ms-since-epoch timestamp captured at add time.

    kind: "avatar"
    label: string
    playerId: string

    playerId of the target Avatar (the durable per-character identifier). Stable across the avatar's name changes, character edits, etc.

    source: string