Skip to content

Ksoft

Implementations for the ksoft endpoint.

KSoft

Bases: HTTPAwareEndpoint

A class with implementations for the ksoft endpoint.

get_ban async

get_ban(user_id: int) -> GetKSoftBanResponse

Get ban status.

Parameters:

Name Type Description Default
user_id int

User ID of the user to look up.

required

Raises:

Type Description
TypeError

If any parameters are of invalid types.

Returns:

Type Description
GetKSoftBanResponse

A model response from ravyapi.api.endpoints.ksoft.KSoft.get_ban. Located as ravyapi.api.models.ksoft.GetKSoftBanResponse.