Type: InviteFilter
InviteFilter: NEW_CONTEXT_ONLY
| NEW_PLAYERS_ONLY
| EXISTING_CONTEXT_ONLY
| EXISTING_PLAYERS_ONLY
A filter that may be applied to an inviteAsync operation. If no results are returned with the filters, then the filters will not be applied.
NEW_CONTEXT_ONLY
- Prefer to only surface contexts the game has not been played in before. This can include players who have not played the game before.NEW_PLAYERS_ONLY
- Prefer to only surface people who have not played the game before.EXISTING_CONTEXT_ONLY
- Prefer to only surface contexts the game has been played in before.EXISTING_PLAYERS_ONLY
- Prefer to only surface people who have played the game before.