aiohypixel.friends

Documentation

Stuff for the friends endpoint

class aiohypixel.friends.Friend(sender_uuid, receiver_uuid, started_at)
classmethod from_api_response(resp)

Processes the raw API response into a Friend object.

Parameters

resp (NewType()(APIResponse, Dict[str, Any])) – The API response to process.

Returns

The processed Friend object.

Inheritance Diagram

Inheritance diagram of aiohypixel.friends