# PlayersConfirmed

### Fields

This `matchSate` object type has the following fields:

| Field name  | JSON type | Description                                              |
| ----------- | --------- | -------------------------------------------------------- |
| state       | string    | The current status of the game                           |
| isExpedited | Boolean   | Indicates whether the game has expedited (true or false) |

### Sample

```
"matchState": {
                "state": "PlayersConfirmed",
                "isExpedited": false
              }
```
