Member Junction
    Preparing search index...

    Parameters for listing folders

    type ListFoldersParams<T = Record<string, any>> = {
        ContextData?: T;
        IncludeCounts?: boolean;
        ParentFolderID?: string;
    }

    Type Parameters

    • T = Record<string, any>
    Index

    Properties

    ContextData?: T

    Optional, provider-specific context data

    IncludeCounts?: boolean

    Optional, include message counts in the response (defaults to false)

    ParentFolderID?: string

    Optional, the ID of the parent folder to list children of. If not provided, lists root-level folders.