Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GetMultipleApplicationPlayerIdsResponse

import type { GetMultipleApplicationPlayerIdsResponse } from "https://googleapis.deno.dev/v1/games:v1.ts";

Response message for GetMultipleApplicationPlayerIds rpc.

interface GetMultipleApplicationPlayerIdsResponse {
readonly playerIds?: ApplicationPlayerId[];
}

§Properties

§
readonly playerIds?: ApplicationPlayerId[]
[src]

Output only. The requested applications along with the scoped ids for tha player, if that player has an id for the application. If not, the application is not included in the response.