Skip to content

Interface: AttachmentArtifactMetadata

Makaio Framework


Makaio Framework / services-core / AttachmentArtifactMetadata

Defined in: ../../../packages/services/core/src/session/attachment-artifacts.ts:17

Metadata linking an attachment artifact back to its originating message.

  • Record<string, unknown>

[key: string]: unknown

blockIndex: number

Defined in: ../../../packages/services/core/src/session/attachment-artifacts.ts:21

Position of the attachment block within the message’s blocks array.


optional fileName?: string

Defined in: ../../../packages/services/core/src/session/attachment-artifacts.ts:23

Original file name of the attachment.


messageId: string

Defined in: ../../../packages/services/core/src/session/attachment-artifacts.ts:19

Message that contained the attachment.