> For the complete documentation index, see [llms.txt](https://hh-specs.handhistory.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hh-specs.handhistory.org/player-object/player-object-definition.md).

# \<player\_obj>

#### player

The player object defining one of the players who was at the table when the hand was dealt.

**Type**: object

**Structure:**

```javascript
{
	"id": integer,
	"seat": integer,
	"name": string,
	"display": string,
	"starting_stack": decimal,
	"player_bounty": decimal,
	"is_sitting_out": boolean
}
```
