Skip to main content

Interface: IGenshinRecord

Interface representing a Genshin Impact player record.

Properties

avatars

avatars: IGenshinRecordAvatar[]

An array of the player's avatars.

Defined in

src/client/gi/record/interfaces/record.interface.ts:283


city_explorations

city_explorations: unknown[]

An array of the player's city explorations. The structure of this array is not specified.

Defined in

src/client/gi/record/interfaces/record.interface.ts:300


homes

homes: IGenshinRecordHome[]

An array of the player's homes.

Defined in

src/client/gi/record/interfaces/record.interface.ts:295


query_tool_image

query_tool_image: string

Defined in

src/client/gi/record/interfaces/record.interface.ts:304


query_tool_link: string

Defined in

src/client/gi/record/interfaces/record.interface.ts:302


role

role: Object

An object containing player role information.

Type declaration

NameTypeDescription
AvatarUrlstringThe URL of the player's avatar image.
game_head_iconstringThe player's Icon.
levelnumberThe player's level.
nicknamestringThe player's nickname.
regionstringThe region of the player's game account.

Defined in

src/client/gi/record/interfaces/record.interface.ts:258


stats

stats: IGenshinRecordStat

An object containing the player's statistics.

Defined in

src/client/gi/record/interfaces/record.interface.ts:287


world_explorations

world_explorations: IGenshinRecordWorldExploration[]

An array of the player's world explorations.

Defined in

src/client/gi/record/interfaces/record.interface.ts:291