is_sitting_out
Denotes whether the player is sitting out.
is_sitting_out
Whether or not the player was sitting out of the hand and was not dealt cards.
Type: boolean (optional)
Nullable: true
Can be omitted, null or false if the player was dealt into the hand.
Example:
"is_sitting_out": true
Last updated