file::info

Return a list of users in the file.

{
    "method": "file::info",
}
Example response
{
    "method": "file::info",
    "clients": [{
          "username": <string>,
          "path": <string>,
          "point": <number>,
          "region_beg": <number>,
          "region_end": <number>,
          "color_cursor": <color>,
          "color_region": <color>,
      },
      ...
    ],
    "status": "success",
}

Last modified September 13, 2024: wip (1c53258)