pub struct FilesComments {
pub client: Client,
}Fields§
§client: ClientImplementations§
Source§impl FilesComments
impl FilesComments
Sourcepub async fn delete(&self) -> Result<Response<DndEndSchema>, ClientError>
pub async fn delete(&self) -> Result<Response<DndEndSchema>, ClientError>
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.
Auto Trait Implementations§
impl Freeze for FilesComments
impl !RefUnwindSafe for FilesComments
impl Send for FilesComments
impl Sync for FilesComments
impl Unpin for FilesComments
impl !UnwindSafe for FilesComments
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more