@wppconnect/wa-js - v3.19.3
    Preparing search index...

    Interface MigrationState

    Migration state information for the current WhatsApp account

    interface MigrationState {
        currentLid?: Wid;
        currentPn?: Wid;
        isLidMigrated: boolean;
        isSyncdSessionMigrated: boolean;
        shouldApplyNonMigratedMessagingRules: boolean;
        shouldHaveAccountLid: boolean;
    }
    Index

    Properties

    currentLid?: Wid

    The current user's LID, if available

    currentPn?: Wid

    The current user's PN, if available

    isLidMigrated: boolean

    Whether the account has been migrated to LID (Linked Identity) system

    isSyncdSessionMigrated: boolean

    Whether the sync session has been migrated

    shouldApplyNonMigratedMessagingRules: boolean

    Whether old messaging rules should still be applied

    shouldHaveAccountLid: boolean

    Whether the account should have an account LID