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

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