PUBLISH game/join

PUB game/join

Joins a Game

PUBLISH game/join

Message

A Game join request

Headers

Payload

  • action
  • user object

    The user with its name.

    Hide user attribute Show user attribute object
    • name string
  • game object
    Hide game attribute Show game attribute object
    • id string
Payload example
{
  "user": {
    "name": "Alice"
  },
  "game": {
    "id": "HX8K0S"
  }
}