Skip to content

Profile

owner

Classes:

  • Owner

    Represents an Enka account owner.

  • OwnerProfile

    Represents an Enka account owner's profile information.

Owner pydantic-model

Represents an Enka account owner.

Attributes:

Fields:

hash pydantic-field

hash: str

id pydantic-field

id: int

profile pydantic-field

profile: OwnerProfile

username pydantic-field

username: str

OwnerInput

This class is used in the fetch_builds method.

Attributes:

hash instance-attribute

hash: str

username instance-attribute

username: str

OwnerProfile pydantic-model

Represents an Enka account owner's profile information.

Attributes:

  • bio (str) –

    The owner's bio.

  • avatar (str | None) –

    The owner's avatar.

Fields:

avatar pydantic-field

avatar: str | None = None

bio pydantic-field

bio: str