Struct slack_chat_api::files_comments::FilesComments
source · pub struct FilesComments {
pub client: Client,
}Fields§
§client: ClientImplementations§
source§impl FilesComments
impl FilesComments
sourcepub async fn delete(&self) -> Result<DndEndSchema>
pub async fn delete(&self) -> Result<DndEndSchema>
This function performs a POST to the /files.comments.delete endpoint.
Deletes an existing comment on a file.
FROM: https://api.slack.com/methods/files.comments.delete
Parameters:
token: &str– Authentication token. Requires scope:files:write:user.