Interface: IGenshinOptions
Interface representing the options for the Genshin Impact API.
Inherits from IHoyolabOptions
.
Hierarchy
↳
IGenshinOptions
Properties
cookie
• cookie: string
| Pick
<ICookie
, "ltoken"
| "ltuid"
| "cookieToken"
| "cookieTokenV2"
>
The cookie used to authenticate the request. This can be either a string or an ICookie object.
Inherited from
Defined in
src/client/hoyolab/hoyolab.interface.ts:19
lang
• Optional
lang: LanguageEnum
The language to use for the request. This should be a value of LanguageEnum.
Inherited from
Defined in
src/client/hoyolab/hoyolab.interface.ts:26
region
• Optional
region: GenshinRegion
The region of the Genshin Impact player.
Defined in
src/client/gi/gi.interface.ts:39
uid
• Optional
uid: number
The UID of the Genshin Impact player.