• Migrate chat messages.

    Parameters

    • options: {
          dialog: any;
          fast: undefined | boolean;
          noHooks: undefined | boolean;
          state: undefined | MigrationState;
      } = {}

      Additional options

      • dialog: any

        Dialog configuration.

      • fast: undefined | boolean

        Skip already migrated documents.

      • noHooks: undefined | boolean
      • state: undefined | MigrationState

        Internal only. State tracker.

    Returns Promise<void>