azisaba-graph 0.1.0-rc.16

An API for connecting and sharing data across the Azisaba Network.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Player

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **uuid::Uuid** | The unique identifier of the player. | [readonly]
**discord_id** | Option<**String**> | The Discord user ID linked to the player, or `null` if no Discord account is linked or the API key lacks the `players:read-details` scope. | 
**username** | **String** | The username of the player. | [readonly]
**status** | **Status** | The online status of the player. (enum: online, offline) | 
**current_server** | Option<**String**> | The server to which the player is currently connected, or `null` if the player is offline. | 
**bio** | Option<**String**> | The player's biography of up to 160 characters, or `null` if it is not set. | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)