poker_open_table
Open a poker table. Cash: seats, bigBlind (atomic), optional smallBlind, minBuyIn, maxBuyIn. Tournament (format sng): seats, buyIn (atomic; the fee is 10% on top). actSeconds is the clock per move.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | ||
| name | No | ||
| buyIn | No | ||
| seats | Yes | ||
| format | Yes | ||
| network | No | ||
| bigBlind | No | ||
| maxBuyIn | No | ||
| minBuyIn | No | ||
| actSeconds | No | ||
| smallBlind | No |