IGPAPI
    Preparing search index...

    Interface DirectInboxFeedInput

    interface DirectInboxFeedInput {
        cursor?: string;
        fetchReason?: string;
        igdRequestLogTrackingId?: string;
        includeOldMrs?: boolean;
        limit?: number;
        seqId?: number;
        threadMessageLimit?: number;
    }
    Index

    Properties

    cursor?: string
    fetchReason?: string
    igdRequestLogTrackingId?: string
    includeOldMrs?: boolean
    limit?: number
    seqId?: number
    threadMessageLimit?: number