pub async fn edit<R>(
client: &R,
token: &str,
request: &EditRequest<'_>,
) -> Result<EditResponse, EditError<R::Error>>where
R: SlackWebRequestSender,Expand description
Edit an existing file comment.
Wraps https://api.slack.com/methods/files.comments.edit