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. |