Skip to content

Interface: ConnectedPlayerPayload

Payload used to find connected players.

Table of contents

Properties

Properties

cursor

Optional cursor: number


filter

Optional filter: ConnectedPlayerFilter


hoursSinceInvitation

Optional hoursSinceInvitation: number


size

Optional size: number

ConnectedPlayerFilter

Filter used when searching for connected players.

ConnectedPlayerFilter: "ALL"

| "INCLUDE_PLAYERS"

| "INCLUDE_NON_PLAYERS"

| "NEW_INVITATIONS_ONLY"