# Player
## Properties
**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)