Constructor QuickJoinRequest
QuickJoinRequest(List<QueryFilter>, Player)
The body of a QuickJoin request.
Declaration
[Preserve]
public QuickJoinRequest(List<QueryFilter> filter = null, Player player = null)
Parameters
| Type | Name | Description |
|---|---|---|
| List<QueryFilter> | filter | A list of filters which can be used to narrow down which lobbies to attempt to join. |
| Player | player | player param |