Function slack_api::files_comments::edit [] [src]

pub fn edit<R>(client: &R,
               token: &str,
               request: &EditRequest)
               -> Result<EditResponse, EditError<R::Error>> where R: SlackWebRequestSender

Edit an existing file comment.

Wraps https://api.slack.com/methods/files.comments.edit