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",
}
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.