Skip to content

Ksoft

API models for the ksoft endpoint.

GetKSoftBanResponse

A model response from ravyapi.api.endpoints.ksoft.KSoft.get_ban.

Attributes:

Name Type Description
data dict[str, Any]

The raw data returned from the Ravy API.

found bool

Whether the user was found in the database.

user_id int | None

The user's ID, if found.

tag str | None

The user's tag, if found.

reason str | None

Reason for the ban, if found.

proof str | None

Evidence for the ban, if found.

moderator int | None

User ID of the responsible moderator, if found.

severe bool | None

Whether the ban is severe, if found.

timestamp str | None

A timestamp of the ban, if found.

data property

data: dict[str, Any]

The raw data returned from the Ravy API.

found property

found: bool

Whether the user was found in the database.

moderator property

moderator: int | None

User ID of the responsible moderator, if found.

proof property

proof: str | None

Evidence for the ban, if found.

reason property

reason: str | None

Reason for the ban, if found.

severe property

severe: bool | None

Whether the ban is severe, if found.

tag property

tag: str | None

The user's tag, if found.

timestamp property

timestamp: str | None

A timestamp of the ban, if found.

user_id property

user_id: int | None

The user's ID, if found.