Skip to content

chatkit-node-backend-sdk


chatkit-node-backend-sdk / AttachmentsDeleteReq

Interface: AttachmentsDeleteReq

Defined in: src/types/requests.ts:233

Request to remove an attachment.

Extends

  • BaseReq

Properties

metadata?

optional metadata: Record\<string, unknown>

Defined in: src/types/requests.ts:18

Arbitrary integration-specific metadata.

Inherited from

BaseReq.metadata


type

type: "attachments.delete"

Defined in: src/types/requests.ts:234


params

params: AttachmentDeleteParams

Defined in: src/types/requests.ts:235