Skip to content

Profile

Owner

Bases: BaseModel

Represents an Enka account owner.

Attributes:

Name Type Description
hash str

The owner's hash.

username str

The owner's username.

profile OwnerProfile

The owner's profile information.

id int

The owner's ID.

OwnerInput

Bases: TypedDict

This class is used in the fetch_builds method.

Attributes:

Name Type Description
hash str

The owner's hash.

username str

The owner's username.

OwnerProfile

Bases: BaseModel

Represents an Enka account owner's profile information.

Attributes:

Name Type Description
bio str

The owner's bio.

avatar str | None

The owner's avatar.