<action_obj>
The action object defining the action within the round.
{
"action_number": integer,
"player_id": integer,
"action": string,
"amount": decimal,
"is_allin": boolean,
"cards": [
card string,
card string
]
}Last updated
Was this helpful?