file::say

Say something in the file channel.

{
    "method": "file::say",
    "file": <path>,
    "message": <string>,
}
  • file is the file channel ID.
  • message to send to other users in this file.
Example response
{
    "method": "file::say",
    "username": <string>
    "file": <path>,
    "message": <string>,
    "status": "success",
}

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