Skip to main content

Interface: IHi3Options

Interface representing the options for the Honkai Impact API. Inherits from IHoyolabOptions.

Hierarchy

Properties

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

IHoyolabOptions.cookie

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

IHoyolabOptions.lang

Defined in

src/client/hoyolab/hoyolab.interface.ts:26


region

Optional region: HonkaiRegion

The region of the Honkai Impact player.

Defined in

src/client/hi/hi.interface.ts:31


uid

Optional uid: number

The UID of the Honkai Impact player.

Defined in

src/client/hi/hi.interface.ts:27