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
• 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
Name | Type | Description |
---|---|---|
AvatarUrl | string | The URL of the player's avatar image. |
game_head_icon | string | The player's Icon. |
level | number | The player's level. |
nickname | string | The player's nickname. |
region | string | The 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.