chesscom-openapi 0.1.1

OpenAPI-generated API client bindings for Chess.com
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# PlayerResult

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**username** | **String** |  | 
**rating** | **i32** | The player's rating at the start of the game | 
**result** | **String** | Player result:  * `win` - Win  * `checkmated` - Checkmated  * `agreed` - Draw agreed  * `repetition` - Draw by repetition  * `timeout` - Timeout  * `resigned` - Resigned  * `stalemate` - Stalemate  * `lose` - Lose  * `insufficient` - Insufficient material  * `50` - Draw by 50-move rule  * `abandoned` - abandoned  * `kingofthehill` - Opponent king reached the hill  * `threecheck` - Checked for the 3rd time  * `timevsinsufficient` - Draw by timeout vs insufficient material  * `bughousepartnerlose` - Bughouse partner lost  | 
**id** | **String** | URL of this player's profile | 

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