player_id

The unique player identifier of the player performing the action.

player_id

The unique player identifier of the player performing the action as defined in the <player_obj>.

Type: integer

Nullable: true

Most actions require a player_id, but some (like "Add to Pot") do not, and for those this can be omitted or set to null.

Example:

"player_id": 3

Last updated