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