cards
The cards involved in the action.
cards
The cards involved in the action.
Nullable: true
If less than the normal number of cards is known (for example if a player shows only one card when folding) then it is valid to list only the known card(s).
Type: array of card_string
Example:
Eight of clubs and ten of clubs.
"cards": [
"8c",
"Tc"
]
No cards.
"cards": null
Last updated
Was this helpful?