View Source Code

Lobbies

List Lobbies

List & query all lobbies.

Request

  • version
    string
  • regions
    optional array of strings
  • tags
    optional combination of empty object and record of strings

Response

  • lobbies
    array of objects
    • lobbies.id
      string
    • lobbies.version
      string
    • lobbies.tags
      combination of empty object and record of strings

Usage

1. Install the module

2. Use this script

const data = await ctx.modules.lobbies.list({
  // Request body
});