IGPAPI
    Preparing search index...

    Interface DirectThreadGetByParticipantsInput

    interface DirectThreadGetByParticipantsInput {
        limit?: string | number;
        recipientUsers: (string | number)[];
        requestLogTrackingId?: string;
        seqId?: string | number;
    }
    Index

    Properties

    limit?: string | number
    recipientUsers: (string | number)[]
    requestLogTrackingId?: string
    seqId?: string | number

    Inbox sequence number from the most recent inbox fetch.