frontend
Preparing search index...
api/gameApi
indianpokerApi
Variable indianpokerApi
Const
indianpokerApi
:
{
exec
:
(
command
:
|
"reset"
|
"log"
|
"bet"
|
"fold"
|
"check"
|
"call"
|
"raise"
|
"allin"
,
amount
?:
number
,
config
?:
IndianPokerConfigInput
,
humanPlayMs
?:
number
,
profile
?:
unknown
,
)
=>
Promise
<
IndianPokerResponse
>
;
}
= ...
API client for the Indian Poker /indianpoker/exec endpoint.
Type Declaration
exec
:
(
command
:
|
"reset"
|
"log"
|
"bet"
|
"fold"
|
"check"
|
"call"
|
"raise"
|
"allin"
,
amount
?:
number
,
config
?:
IndianPokerConfigInput
,
humanPlayMs
?:
number
,
profile
?:
unknown
,
)
=>
Promise
<
IndianPokerResponse
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
frontend
Loading...
API client for the Indian Poker /indianpoker/exec endpoint.