DownloadAttachmentParams<T>: {
    AttachmentID: string;
    ContextData?: T;
    MessageID: string;
}

Parameters for downloading an attachment

Type Parameters

  • T = Record<string, any>

Type declaration

  • AttachmentID: string

    The ID of the attachment to download

  • Optional ContextData?: T

    Optional, provider-specific context data

  • MessageID: string

    The ID of the message containing the attachment