Interface APIGameAccount

Enka API GameAccount type

interface APIGameAccount {
    avatar_order: {
        [characterId: string]: number;
    };
    hash: string;
    hoyo_type: number;
    live_public: boolean;
    order: number;
    player_info: APIPlayerInfo;
    public: boolean;
    region: string;
    uid: number;
    uid_public: boolean;
    verified: boolean;
}

Properties

avatar_order: {
    [characterId: string]: number;
}

avatar order

hash: string

GameAccount Hash

hoyo_type: number

hoyo type (0: GI 1:HSR)

live_public: boolean

Is the live preview public

order: number

order

player_info: APIPlayerInfo

Player Info

public: boolean

Is the UID public

region: string

region

uid: number

UID

uid_public: boolean

Is the UID public

verified: boolean

is the account verified