Skip to main content

@slack/web-api / FilesCommentsDeleteArguments

Interface: FilesCommentsDeleteArguments

Defined in: src/types/request/files.ts:196

Extends

  • FileArgument.TokenOverridable

Properties

file

file: string;

Defined in: src/types/request/files.ts:14

Description

Encoded file ID.

Inherited from

FileArgument.file

id

id: string;

Defined in: src/types/request/files.ts:198

Description

The ID of the comment to delete.


token?

optional token: string;

Defined in: src/types/request/common.ts:43

Description

Overridable authentication token bearing required scopes.

Inherited from

TokenOverridable.token