Function atLeastGameID

  • Util for grabbing game id from args and takes care if the game exists or not, either user is joining the game or not

    Parameters

    • cbNotJoiningGame: commonCb

      Callback for not joining the game

    • cbJoiningGame: commonCb

      Callback for the joining the game

    Returns ((chat) => Promise<void>)

    void

      • (chat): Promise<void>
      • Parameters

        Returns Promise<void>

Generated using TypeDoc