#
Game Reporting Rule Field Explanation
View the extended parameter description based on the game (mg_id)
1. Texas Holdem (mg_id:1557194155570024449)
Parameter | Required | Type | Description |
---|---|---|---|
small_blind | Yes | int32 | Small blind |
ante | Yes | int32 | Ante |
is_straddle | Yes | int32 | Set whether to force 0: off, 1: free, 2: mandatory |
s_buy_in | Yes | int32 | Minimum buy-in |
b_buy_in | Yes | int32 | Maximum buy-in |
is_auto_start | Yes | int32 | Minimum number of automatic starts, 0 means off |
table_duration | Yes | float32 | Table duration configuration (hours) |
think_time | Yes | int32 | Thinking time (seconds) |
Texas Holdem rule extended parameter example
{"small_blind":1,"ante":0,"is_straddle":0,"s_buy_in":100,"b_buy_in":200,"is_auto_start":2,"table_duration":0.05,"think_time":20}
2. TeenPatti (mg_id:1557194487352053761)
Parameter | Required | Type | Description |
---|---|---|---|
round | Yes | int32 | Maximum round |
dark_card | Yes | int32 | Dark card round |
pot_limit | Yes | int32 | Maximum buy-in |
ante | Yes | int32 | Base score |
single_limit | Yes | int32 | Single bet limit |
is_auto_start | Yes | int32 | Minimum number of automatic starts, 0 means off |
table_duration | Yes | float32 | Table duration configuration (hours) |
think_time | Yes | int32 | Thinking time (seconds) |
TeenPatti rule parameter example
{"round":10,"dark_card":6,"pot_limit":2000,"ante":10,"single_limit":39,"is_auto_start":2,"table_duration":0.05,"think_time":15}