players
All players dealt into the hand.
players
An array of <player_obj> objects for all of the players dealt into the hand.
Type: array of <player_obj> objects
Example:
"players": [
<player_obj>
<player_obj>
]Last updated
Was this helpful?