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",
}
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.