Function edit

Source
pub async fn edit<R>(
    client: &R,
    token: &str,
    request: &EditRequest<'_>,
) -> Result<EditResponse, EditError<R::Error>>
Expand description

Edit an existing file comment.

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