<player_obj>
The player object defining one of the players in the hand.
player
{
"id": integer,
"seat": integer,
"name": string,
"display": string,
"starting_stack": decimal,
"player_bounty": decimal,
"is_sitting_out": boolean
}Last updated
Was this helpful?