The player object defining one of the players in the hand.
The player object defining one of the players who was at the table when the hand was dealt.
Type: object
Structure:
{ "id": integer, "seat": integer, "name": string, "display": string, "starting_stack": decimal, "player_bounty": decimal, "is_sitting_out": boolean }
Last updated 3 years ago
Was this helpful?