Member Junction
    Preparing search index...

    Parameters for downloading an attachment

    type DownloadAttachmentParams<T = Record<string, any>> = {
        AttachmentID: string;
        ContextData?: T;
        MessageID: string;
    }

    Type Parameters

    • T = Record<string, any>
    Index

    Properties

    AttachmentID: string

    The ID of the attachment to download

    ContextData?: T

    Optional, provider-specific context data

    MessageID: string

    The ID of the message containing the attachment